stefanbenten commited on
Commit
3c088c3
1 Parent(s): 4a89318

app.py: reduce allowed concurrency

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -324,4 +324,4 @@ with gr.Blocks(css=css) as demo:
324
  width, height, cfg_scale],
325
  concurrency_limit=32)
326
 
327
- demo.queue(max_size=40, api_open=False).launch(max_threads=128, show_api=False)
 
324
  width, height, cfg_scale],
325
  concurrency_limit=32)
326
 
327
+ demo.queue(max_size=20, api_open=False).launch(max_threads=40, show_api=False)