Dagfinn1962 commited on
Commit
6633e86
β€’
1 Parent(s): 2fcd90b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,4 +147,4 @@ with gr.Blocks(theme='xiaobaiyuan/theme_land') as demo:
147
 
148
  text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
149
 
150
- demo.queue(concurrency_count=24, max_size=32, api_open=False).launch(max_threads=72)
 
147
 
148
  text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
149
 
150
+ demo.queue(concurrency_count=300, max_size=32, api_open=False).launch(max_threads=72)