bachvudinh commited on
Commit
78bce4d
·
1 Parent(s): 2b1a753
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -243,7 +243,7 @@ with gr.Blocks() as iface:
243
  outputs=[text_output]
244
  )
245
 
246
- gr.Examples(examples, inputs=[audio_input],outputs=[audio_input], fn=process_example)
247
  iface.queue()
248
  iface.launch()
249
  # launch locally
 
243
  outputs=[text_output]
244
  )
245
 
246
+ gr.Examples(examples, inputs=[audio_input])
247
  iface.queue()
248
  iface.launch()
249
  # launch locally