Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,5 +148,5 @@ with gr.Blocks() as ImageGenarationArena:
|
|
| 148 |
stop_button2.click(lambda s: gr.update(interactive = False), None, stop_button2, cancels = [gen_event2])
|
| 149 |
|
| 150 |
|
| 151 |
-
|
| 152 |
-
|
|
|
|
| 148 |
stop_button2.click(lambda s: gr.update(interactive = False), None, stop_button2, cancels = [gen_event2])
|
| 149 |
|
| 150 |
|
| 151 |
+
ImageGenarationArena.queue(concurrency_count = 36)
|
| 152 |
+
ImageGenarationArena.launch()
|