Update app.py
Browse files
app.py
CHANGED
@@ -72,4 +72,4 @@ with gr.Blocks() as demo:
|
|
72 |
with gr.Row(visible=False):
|
73 |
interface.render()
|
74 |
|
75 |
-
demo.queue(concurrency_count=100).launch()
|
|
|
72 |
with gr.Row(visible=False):
|
73 |
interface.render()
|
74 |
|
75 |
+
demo.queue(concurrency_count=100).launch()
|