xJuuzouYTx commited on
Commit
9db2503
1 Parent(s): 018ecd4

[FIX] reduce concurrency_count

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