Spaces:
Paused
Paused
montyanderson
commited on
Commit
•
9d8efb0
1
Parent(s):
cde996a
`app.py`: bump concurrency to 64
Browse files
app.py
CHANGED
@@ -366,5 +366,5 @@ with gr.Blocks(css=css) as demo:
|
|
366 |
send_to_txt2img_btn.click(send_to_txt2img, inputs=[image_input], outputs=[tabs, prompt, negative_prompt, steps, seed,
|
367 |
model, sampler, width, height, cfg_scale])
|
368 |
|
369 |
-
demo.queue(concurrency_count=
|
370 |
demo.launch()
|
|
|
366 |
send_to_txt2img_btn.click(send_to_txt2img, inputs=[image_input], outputs=[tabs, prompt, negative_prompt, steps, seed,
|
367 |
model, sampler, width, height, cfg_scale])
|
368 |
|
369 |
+
demo.queue(concurrency_count=64)
|
370 |
demo.launch()
|