Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,5 +85,5 @@ with gr.Blocks() as demo:
|
|
85 |
stop_button2.click(lambda s: gr.update(interactive = False), None, stop_button2, cancels = [gen_event2])
|
86 |
|
87 |
|
88 |
-
demo.queue(
|
89 |
demo.launch()
|
|
|
85 |
stop_button2.click(lambda s: gr.update(interactive = False), None, stop_button2, cancels = [gen_event2])
|
86 |
|
87 |
|
88 |
+
demo.queue(concurrency_count = 36)
|
89 |
demo.launch()
|