Datasets:

ArXiv:
License:
Georgios Spithourakis commited on
Commit
be80207
1 Parent(s): 04f7599

Update evi.py

Browse files
Files changed (1) hide show
  1. evi.py +4 -3
evi.py CHANGED
@@ -116,9 +116,10 @@ class Evi(datasets.GeneratorBasedBuilder):
116
  def _split_generators(self, dl_manager):
117
  langs = ([self.config.name])
118
 
119
- audio_path = dl_manager.download_and_extract(
120
- self.config.audio_data_url
121
- )
 
122
  text_path = ""
123
  lang2text_path = {
124
  _lang: os.path.join(
 
116
  def _split_generators(self, dl_manager):
117
  langs = ([self.config.name])
118
 
119
+ #audio_path = dl_manager.download_and_extract(
120
+ # self.config.audio_data_url
121
+ #)
122
+ audio_path = ""
123
  text_path = ""
124
  lang2text_path = {
125
  _lang: os.path.join(