Spaces:
Runtime error
Runtime error
mrfakename
commited on
Commit
•
5b1e62a
1
Parent(s):
d44f4fb
Update app.py
Browse files
app.py
CHANGED
@@ -311,4 +311,4 @@ with gr.Blocks() as demo:
|
|
311 |
],
|
312 |
outputs=[out_vid],
|
313 |
)
|
314 |
-
demo.queue(api_open=False).launch(show_api=False)
|
|
|
311 |
],
|
312 |
outputs=[out_vid],
|
313 |
)
|
314 |
+
demo.queue(api_open=False, default_concurrency_limit=20).launch(show_api=False)
|