mutisya commited on
Commit
ff5a258
1 Parent(s): cd3a52e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ gradio_ui = gr.Interface(
28
  outputs=[gr.Textbox(label="Recognized speech")]
29
  )
30
 
31
- gradio_ui.launch()
 
28
  outputs=[gr.Textbox(label="Recognized speech")]
29
  )
30
 
31
+ gradio_ui.launch( show_error=True)