soeren commited on
Commit
7596ca0
·
1 Parent(s): d76a660

fix missed indentation

Browse files
Files changed (1) hide show
  1. speech_commands_enriched.py +1 -1
speech_commands_enriched.py CHANGED
@@ -266,6 +266,6 @@ class SpeechCommands(datasets.GeneratorBasedBuilder):
266
  }
267
 
268
  #for debugging, comment out after
269
- if __name__ == "__main__":
270
  #ds = datasets.load_dataset("speech_commands_enriched.py", 'v0.01', split="test",
271
  # streaming=False)
 
266
  }
267
 
268
  #for debugging, comment out after
269
+ #if __name__ == "__main__":
270
  #ds = datasets.load_dataset("speech_commands_enriched.py", 'v0.01', split="test",
271
  # streaming=False)