stefanbenten
commited on
Commit
•
209a736
1
Parent(s):
5905c46
app.py: increase concurrency
Browse files
app.py
CHANGED
@@ -148,4 +148,4 @@ with gr.Blocks(css=css) as demo:
|
|
148 |
)
|
149 |
|
150 |
|
151 |
-
demo.queue(default_concurrency_limit=
|
|
|
148 |
)
|
149 |
|
150 |
|
151 |
+
demo.queue(default_concurrency_limit=10, max_size=12, api_open=False).launch(max_threads=32, show_api=False)
|