Spaces:
Paused
Paused
montyanderson
commited on
Commit
•
d3e0f4d
1
Parent(s):
a8d3787
`app.py`: bump concurrency to 16
Browse files
app.py
CHANGED
@@ -170,5 +170,5 @@ with gr.Blocks(css=css) as demo:
|
|
170 |
|
171 |
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
|
172 |
|
173 |
-
demo.queue(concurrency_count=
|
174 |
demo.launch()
|
|
|
170 |
|
171 |
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
|
172 |
|
173 |
+
demo.queue(concurrency_count=16)
|
174 |
demo.launch()
|