kevinwang676 commited on
Commit
eb927b7
·
verified ·
1 Parent(s): 2361d39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -224,5 +224,5 @@ with gr.Blocks() as app:
224
 
225
 
226
 
227
- app.queue(concurrency_count=200, max_size=1022).launch()
228
- #share=True
 
224
 
225
 
226
 
227
+ app.queue(max_size=40, api_open=False)
228
+ app.launch(max_threads=400, show_error=True)