Spaces:
Running
Running
default_concurrency_limit: 50=>4
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
from app.ui import app
|
| 2 |
|
| 3 |
if __name__ == "__main__":
|
| 4 |
-
app.queue(default_concurrency_limit=
|
|
|
|
| 1 |
from app.ui import app
|
| 2 |
|
| 3 |
if __name__ == "__main__":
|
| 4 |
+
app.queue(default_concurrency_limit=4, api_open=False).launch(show_api=False)
|