Spaces:
Runtime error
Runtime error
csukuangfj
commited on
Commit
•
8ae810e
1
Parent(s):
27111fb
minor fixes
Browse files
app.py
CHANGED
@@ -210,17 +210,16 @@ def update_model_dropdown(language: str):
|
|
210 |
|
211 |
demo = gr.Blocks(css=css)
|
212 |
|
213 |
-
examples =
|
214 |
[
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
4,
|
221 |
-
],
|
222 |
],
|
223 |
-
|
|
|
224 |
|
225 |
with demo:
|
226 |
gr.Markdown(title)
|
|
|
210 |
|
211 |
demo = gr.Blocks(css=css)
|
212 |
|
213 |
+
examples = [
|
214 |
[
|
215 |
+
"./test_wavs/wenetspeech/DEV_T0000000000.opus",
|
216 |
+
"Chinese",
|
217 |
+
"luomingshuang/icefall_asr_wenetspeech_pruned_transducer_stateless2",
|
218 |
+
"greedy_search",
|
219 |
+
4,
|
|
|
|
|
220 |
],
|
221 |
+
]
|
222 |
+
|
223 |
|
224 |
with demo:
|
225 |
gr.Markdown(title)
|