Spaces:
Runtime error
Runtime error
Update finetune_xtts_hf.py
Browse files- finetune_xtts_hf.py +1 -1
finetune_xtts_hf.py
CHANGED
|
@@ -153,7 +153,7 @@ import librosa
|
|
| 153 |
from librosa.core import spectrum
|
| 154 |
|
| 155 |
subprocess.run([
|
| 156 |
-
"python", "/home/user/
|
| 157 |
"--config_path", CONFIG_PATH,
|
| 158 |
"--restore_path", RESTORE_PATH
|
| 159 |
], check=True)
|
|
|
|
| 153 |
from librosa.core import spectrum
|
| 154 |
|
| 155 |
subprocess.run([
|
| 156 |
+
"python", "/home/user/app/train_gpt_xtts.py",
|
| 157 |
"--config_path", CONFIG_PATH,
|
| 158 |
"--restore_path", RESTORE_PATH
|
| 159 |
], check=True)
|