RodrigoLimaRFL
commited on
Update NURC-SP_ENTOA_TTS.py
Browse files- 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:")
|