K00B404 commited on
Commit
8613c00
1 Parent(s): ec8ef23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- demo.queue(concurrency_count = 36)
152
- demo.launch()
 
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()