csukuangfj commited on
Commit
8ae810e
1 Parent(s): 27111fb

minor fixes

Browse files
Files changed (1) hide show
  1. app.py +8 -9
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
- "./test_wavs/wenetspeech/DEV_T0000000000.opus",
217
- "Chinese",
218
- "luomingshuang/icefall_asr_wenetspeech_pruned_transducer_stateless2",
219
- "greedy_search",
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)