Spaces:
Paused
Paused
stefanbenten
commited on
Commit
•
c4cfa7e
1
Parent(s):
9668975
app.py: increase concurrency
Browse files
app.py
CHANGED
@@ -166,4 +166,4 @@ with gr.Blocks(css=css) as demo:
|
|
166 |
|
167 |
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
|
168 |
|
169 |
-
demo.queue(default_concurrency_limit=
|
|
|
166 |
|
167 |
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
|
168 |
|
169 |
+
demo.queue(default_concurrency_limit=10, max_size=32, api_open=False).launch(max_threads=128)
|