Spaces:
Runtime error
Runtime error
Update finetune_xtts_hf.py
Browse files- finetune_xtts_hf.py +3 -3
finetune_xtts_hf.py
CHANGED
|
@@ -146,9 +146,9 @@ if os.path.exists("/tmp/dataset/voxpopuli_es_500_vctk"):
|
|
| 146 |
if os.path.exists("/tmp/dataset/voxpopuli_es_500_vctk/wav48"):
|
| 147 |
print("/tmp/dataset/voxpopuli_es_500_vctk/wav48 encontrado")
|
| 148 |
|
| 149 |
-
train_samples, eval_samples = load_tts_samples(
|
| 150 |
-
"/tmp/dataset","vctk"
|
| 151 |
-
)
|
| 152 |
# Construimos rutas completas
|
| 153 |
#root_path = config_dataset.path
|
| 154 |
#meta_file_train = config_dataset.meta_file_train
|
|
|
|
| 146 |
if os.path.exists("/tmp/dataset/voxpopuli_es_500_vctk/wav48"):
|
| 147 |
print("/tmp/dataset/voxpopuli_es_500_vctk/wav48 encontrado")
|
| 148 |
|
| 149 |
+
#train_samples, eval_samples = load_tts_samples(
|
| 150 |
+
# "/tmp/dataset","vctk"
|
| 151 |
+
#)
|
| 152 |
# Construimos rutas completas
|
| 153 |
#root_path = config_dataset.path
|
| 154 |
#meta_file_train = config_dataset.meta_file_train
|