Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -530,7 +530,7 @@ demo = build_demo(args.embed)
|
|
530 |
demo.queue(
|
531 |
max_size=10,
|
532 |
api_open=False,
|
533 |
-
|
534 |
).launch(
|
535 |
favicon_path="./examples/icon_256.png",
|
536 |
allowed_paths=["/"],
|
|
|
530 |
demo.queue(
|
531 |
max_size=10,
|
532 |
api_open=False,
|
533 |
+
default_concurrency_limit=2, # TODO
|
534 |
).launch(
|
535 |
favicon_path="./examples/icon_256.png",
|
536 |
allowed_paths=["/"],
|