ProgramComputer commited on
Commit
fca8efa
·
1 Parent(s): 8199fea

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +2 -2
test.py CHANGED
@@ -331,7 +331,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
331
  info["speaker_nationality"] = speaker_info["Nationality"]
332
  if conf.startswith("audio"):
333
  info["audio"] = info["file"]
334
- if conf.startswith("video"):
335
- info["video"] = info["file"]
336
  yield key, info
337
  key += 1
 
331
  info["speaker_nationality"] = speaker_info["Nationality"]
332
  if conf.startswith("audio"):
333
  info["audio"] = info["file"]
334
+ #if conf.startswith("video"):
335
+ # info["video"] = info["file"]
336
  yield key, info
337
  key += 1