RodrigoLimaRFL commited on
Commit
27f535e
·
verified ·
1 Parent(s): 24730c2

Update NURC-SP_ENTOA_TTS.py

Browse files
Files changed (1) hide show
  1. NURC-SP_ENTOA_TTS.py +6 -6
NURC-SP_ENTOA_TTS.py CHANGED
@@ -13,15 +13,15 @@ _AUTOMATIC_PROMPTS_URLS = {
13
  }
14
 
15
  _ARCHIVES = {
16
- "prosodic": "prosodic/audios.tar.gz",
17
- "automatic": "automatic/audios.tar.gz",
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):
 
13
  }
14
 
15
  _ARCHIVES = {
16
+ "prosodic": "prosodic.tar.gz",
17
+ "automatic": "automatic.tar.gz",
18
  }
19
 
20
  _PATH_TO_CLIPS = {
21
+ "validation_prosodic": "prosodic",
22
+ "train_prosodic": "prosodic",
23
+ "validation_automatic": "automatic/validation",
24
+ "train_automatic": "automatic/train",
25
  }
26
 
27
  def debug_path_matching(csv_path, archive_files):