kevalfst commited on
Commit
1510ad8
Β·
verified Β·
1 Parent(s): 67656e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ demo = gr.Interface(
31
 
32
  # πŸ” This is what allows external API calls
33
  demo.queue()
34
- demo.launch()
 
31
 
32
  # πŸ” This is what allows external API calls
33
  demo.queue()
34
+ demo.launch(show_error=True)