khan123 commited on
Commit
a3b778d
·
1 Parent(s): 2fd5502

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,4 +72,4 @@ with main_api as demo:
72
  b1.click(gaepago_fn, inputs=audio, outputs=transcription,api_name="predict")
73
  examples = gr.Examples(examples=example_list, inputs=[audio])
74
 
75
- demo.launch()
 
72
  b1.click(gaepago_fn, inputs=audio, outputs=transcription,api_name="predict")
73
  examples = gr.Examples(examples=example_list, inputs=[audio])
74
 
75
+ demo.launch(show_error=True)