czyzi0 commited on
Commit
59ce784
1 Parent(s): 1fdfd9e
Files changed (1) hide show
  1. the-mc-speech-dataset.py +1 -1
the-mc-speech-dataset.py CHANGED
@@ -55,7 +55,7 @@ class MCSpeech(datasets.GeneratorBasedBuilder):
55
  )
56
  ]
57
 
58
- def _generate_examples(self, transcipts_path):
59
  with open(transcripts_path, "r") as fh:
60
  header = next(fh).strip().split("\t")
61
  for item_idx, line in enumerate(fh):
 
55
  )
56
  ]
57
 
58
+ def _generate_examples(self, transcripts_path):
59
  with open(transcripts_path, "r") as fh:
60
  header = next(fh).strip().split("\t")
61
  for item_idx, line in enumerate(fh):