stefanbenten commited on
Commit
b29e463
1 Parent(s): 58ec413

app.py: adjust concurrency

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,4 +144,4 @@ with gr.Blocks(css=css) as demo:
144
  )
145
 
146
 
147
- demo.queue(default_concurrency_limit=12, max_size=14, api_open=False).launch(max_threads=256, show_api=False)
 
144
  )
145
 
146
 
147
+ demo.queue(default_concurrency_limit=8, max_size=10, api_open=False).launch(max_threads=32, show_api=False)