RodrigoLimaRFL commited on
Commit
bdfc317
·
verified ·
1 Parent(s): 6488229

Update NURC-SP_ENTOA_TTS.py

Browse files
Files changed (1) hide show
  1. NURC-SP_ENTOA_TTS.py +1 -0
NURC-SP_ENTOA_TTS.py CHANGED
@@ -186,6 +186,7 @@ class NurcSPDataset(GeneratorBasedBuilder):
186
  "num_speakers": row['num_speakers'],
187
  "speaker_id": row['speaker_id'],
188
  }
 
189
 
190
  print(f"\nFound {len(csv_paths)} entries in CSV")
191
  print("\nFirst 3 CSV paths:")
 
186
  "num_speakers": row['num_speakers'],
187
  "speaker_id": row['speaker_id'],
188
  }
189
+ csv_paths.append(file_path)
190
 
191
  print(f"\nFound {len(csv_paths)} entries in CSV")
192
  print("\nFirst 3 CSV paths:")