Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
6736d4b
1
Parent(s):
4925144
Update app.py
Browse files
app.py
CHANGED
@@ -187,6 +187,5 @@ with gr.Blocks(css=css) as demo:
|
|
187 |
"""
|
188 |
)
|
189 |
|
190 |
-
|
191 |
-
|
192 |
-
demo.launch(enable_queue=True, inline=True)
|
|
|
187 |
"""
|
188 |
)
|
189 |
|
190 |
+
demo.launch(enable_queue=True, inline=True)
|
191 |
+
block.queue(concurrency_count=100)
|
|