Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -108,5 +108,5 @@ with gr.Blocks(css='style.css') as demo:
|
|
108 |
run3.click(send_it, inputs=[prompt, noise_level], outputs=[output3])
|
109 |
# run4.click(send_it, inputs=[prompt, noise_level], outputs=[output4])
|
110 |
|
111 |
-
block.queue(concurrency_count=2)
|
112 |
demo.launch(enable_queue=True, inline=True)
|
|
|
|
108 |
run3.click(send_it, inputs=[prompt, noise_level], outputs=[output3])
|
109 |
# run4.click(send_it, inputs=[prompt, noise_level], outputs=[output4])
|
110 |
|
|
|
111 |
demo.launch(enable_queue=True, inline=True)
|
112 |
+
block.queue(concurrency_count=2)
|