RodrigoLimaRFL
commited on
Update NURC-SP_ENTOA_TTS.py
Browse files- NURC-SP_ENTOA_TTS.py +4 -4
NURC-SP_ENTOA_TTS.py
CHANGED
@@ -18,10 +18,10 @@ _ARCHIVES = {
|
|
18 |
}
|
19 |
|
20 |
_PATH_TO_CLIPS = {
|
21 |
-
"validation_prosodic": "
|
22 |
-
"train_prosodic": "
|
23 |
-
"validation_automatic": "
|
24 |
-
"train_automatic": "
|
25 |
}
|
26 |
|
27 |
def debug_path_matching(csv_path, archive_files):
|
|
|
18 |
}
|
19 |
|
20 |
_PATH_TO_CLIPS = {
|
21 |
+
"validation_prosodic": "audios",
|
22 |
+
"train_prosodic": "audios",
|
23 |
+
"validation_automatic": "audios/validation",
|
24 |
+
"train_automatic": "audios/train",
|
25 |
}
|
26 |
|
27 |
def debug_path_matching(csv_path, archive_files):
|