Spaces:
Running
Running
montyanderson
commited on
Commit
•
1f40932
1
Parent(s):
0f3978b
`app.py`: set concurrency to 1
Browse files
app.py
CHANGED
@@ -164,5 +164,5 @@ with gr.Blocks(css=css) as demo:
|
|
164 |
|
165 |
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
|
166 |
|
167 |
-
demo.queue(concurrency_count=
|
168 |
demo.launch()
|
|
|
164 |
|
165 |
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
|
166 |
|
167 |
+
demo.queue(concurrency_count=1)
|
168 |
demo.launch()
|