Spaces:
Runtime error
Runtime error
drizzlezyk
commited on
Commit
•
c8ac4c6
1
Parent(s):
f829abc
add demo queue
Browse files
app.py
CHANGED
@@ -118,4 +118,5 @@ with gr.Blocks(css=css) as demo:
|
|
118 |
inputs=[style_input, desc_input],
|
119 |
outputs=[img_output1, img_output2, img_output3, img_output4])
|
120 |
|
|
|
121 |
demo.launch()
|
|
|
118 |
inputs=[style_input, desc_input],
|
119 |
outputs=[img_output1, img_output2, img_output3, img_output4])
|
120 |
|
121 |
+
demo.queue(concurrency_count=3)
|
122 |
demo.launch()
|