Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,4 +107,4 @@ with gr.Blocks(css=css) as demo:
|
|
107 |
outputs=[img_output1, img_output2, img_output3, img_output4])
|
108 |
|
109 |
demo.queue(concurrency_count=5)
|
110 |
-
demo.launch(enable_queue=True)
|
|
|
107 |
outputs=[img_output1, img_output2, img_output3, img_output4])
|
108 |
|
109 |
demo.queue(concurrency_count=5)
|
110 |
+
demo.launch(enable_queue=True)
|