thesab commited on
Commit
c470673
·
verified ·
1 Parent(s): dd5b7d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,4 +90,4 @@ with gr.Blocks() as block:
90
  queue=True
91
  )
92
 
93
- block.queue(concurrency_count=5).launch(debug=True)
 
90
  queue=True
91
  )
92
 
93
+ block.launch(debug=False, show_error=True, share=True)