srinuksv commited on
Commit
04f501a
1 Parent(s): b69f17d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,4 +102,4 @@ with gr.Blocks() as demo:
102
  concurrency_limit = 40)
103
 
104
 
105
- demo.launch(max_threads=40)
 
102
  concurrency_limit = 40)
103
 
104
 
105
+ demo.launch(show_error=True)