stefanbenten commited on
Commit
209a736
1 Parent(s): 5905c46

app.py: increase concurrency

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,4 +148,4 @@ with gr.Blocks(css=css) as demo:
148
  )
149
 
150
 
151
- demo.queue(default_concurrency_limit=8, max_size=10, api_open=False).launch(max_threads=32, show_api=False)
 
148
  )
149
 
150
 
151
+ demo.queue(default_concurrency_limit=10, max_size=12, api_open=False).launch(max_threads=32, show_api=False)