Update librispeech_asr_demo.py
Browse files- librispeech_asr_demo.py +0 -1
librispeech_asr_demo.py
CHANGED
@@ -88,7 +88,6 @@ class LibrispeechASR(datasets.GeneratorBasedBuilder):
|
|
88 |
|
89 |
BUILDER_CONFIGS = [
|
90 |
LibrispeechASRConfig(name="clean", description="'Clean' speech."),
|
91 |
-
LibrispeechASRConfig(name="other", description="'Other', more challenging, speech."),
|
92 |
]
|
93 |
|
94 |
def _info(self):
|
|
|
88 |
|
89 |
BUILDER_CONFIGS = [
|
90 |
LibrispeechASRConfig(name="clean", description="'Clean' speech."),
|
|
|
91 |
]
|
92 |
|
93 |
def _info(self):
|