Spaces:
Running
Running
default_concurrency_limit 40=>3
Browse files
app.py
CHANGED
@@ -1535,5 +1535,5 @@ with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}
|
|
1535 |
|
1536 |
|
1537 |
demo\
|
1538 |
-
.queue(api_open=False, default_concurrency_limit=
|
1539 |
.launch(show_api=False, show_error=True)
|
|
|
1535 |
|
1536 |
|
1537 |
demo\
|
1538 |
+
.queue(api_open=False, default_concurrency_limit=3)\
|
1539 |
.launch(show_api=False, show_error=True)
|