montyanderson commited on
Commit
c988064
1 Parent(s): 88e3f0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,4 +177,4 @@ with gr.Blocks(css=css) as demo:
177
 
178
  text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, resolution, seed], outputs=image_output)
179
 
180
- demo.queue(default_concurrency_limit=10, max_size=32, api_open=False).launch(max_threads=128)
 
177
 
178
  text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, resolution, seed], outputs=image_output)
179
 
180
+ demo.queue(default_concurrency_limit=1, max_size=32, api_open=False).launch(max_threads=128)