stefanbenten commited on
Commit
2c94a8a
1 Parent(s): e066e89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -328,4 +328,4 @@ with gr.Blocks(css=css) as demo:
328
  send_to_txt2img_btn.click(send_to_txt2img, inputs=[image_input], outputs=[tabs, prompt, negative_prompt, steps, seed,
329
  model, sampler, width, height, cfg_scale])
330
 
331
- demo.queue(api_open=False).launch(max_threads=256)
 
328
  send_to_txt2img_btn.click(send_to_txt2img, inputs=[image_input], outputs=[tabs, prompt, negative_prompt, steps, seed,
329
  model, sampler, width, height, cfg_scale])
330
 
331
+ demo.queue(concurrency_count=64, max_size=80, api_open=False).launch(max_threads=256)