RodrigoLimaRFL commited on
Commit
195f5d0
·
verified ·
1 Parent(s): b431334

Update NURC-SP_Corpus_Minimo.py

Browse files
Files changed (1) hide show
  1. NURC-SP_Corpus_Minimo.py +1 -1
NURC-SP_Corpus_Minimo.py CHANGED
@@ -41,7 +41,7 @@ class NurcSPDataset(GeneratorBasedBuilder):
41
  archive = dl_manager.download(_ARCHIVES)
42
 
43
  # Define the path_to_clips variable, pointing to the directory where the audio clips are stored
44
- path_to_clips = "/" # Update this with the actual path
45
 
46
  return [
47
  SplitGenerator(
 
41
  archive = dl_manager.download(_ARCHIVES)
42
 
43
  # Define the path_to_clips variable, pointing to the directory where the audio clips are stored
44
+ path_to_clips = "segmented_audios/" # Update this with the actual path
45
 
46
  return [
47
  SplitGenerator(