Edmon02 commited on
Commit
3f11aba
1 Parent(s): 9d5e566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ class HySpeech(datasets.GeneratorBasedBuilder):
76
 
77
  meta_urls = defaultdict(dict)
78
  for split in splits:
79
- meta_urls[split][lang] = _METADATA_PATH.format(split=split)
80
 
81
  # dl_manager.download_config.num_proc = len(urls)
82
 
 
76
 
77
  meta_urls = defaultdict(dict)
78
  for split in splits:
79
+ meta_urls[split] = _METADATA_PATH.format(split=split)
80
 
81
  # dl_manager.download_config.num_proc = len(urls)
82