Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ class HySpeech(datasets.GeneratorBasedBuilder):
|
|
126 |
|
127 |
|
128 |
def _generate_examples(self, audio_archives, local_extracted_archives_paths, metadata_paths):
|
129 |
-
features = ["raw_text", "normalized_text", "speaker_id", "gender"
|
130 |
|
131 |
meta_path = metadata_paths[lang]
|
132 |
with open(meta_path) as f:
|
|
|
126 |
|
127 |
|
128 |
def _generate_examples(self, audio_archives, local_extracted_archives_paths, metadata_paths):
|
129 |
+
features = ["raw_text", "normalized_text", "speaker_id", "gender"]
|
130 |
|
131 |
meta_path = metadata_paths[lang]
|
132 |
with open(meta_path) as f:
|