Spaces:
Runtime error
Runtime error
Update finetune_xtts_hf.py
Browse files- finetune_xtts_hf.py +1 -1
finetune_xtts_hf.py
CHANGED
|
@@ -18,7 +18,7 @@ else:
|
|
| 18 |
print("=== Iniciando entrenamiento XTTSv2 ===")
|
| 19 |
try:
|
| 20 |
subprocess.run(
|
| 21 |
-
["
|
| 22 |
check=True
|
| 23 |
)
|
| 24 |
except subprocess.CalledProcessError:
|
|
|
|
| 18 |
print("=== Iniciando entrenamiento XTTSv2 ===")
|
| 19 |
try:
|
| 20 |
subprocess.run(
|
| 21 |
+
["tts", "--config_path", CONFIG_PATH],
|
| 22 |
check=True
|
| 23 |
)
|
| 24 |
except subprocess.CalledProcessError:
|