KaiChen1998 commited on
Commit
7e68237
·
verified ·
1 Parent(s): fcfd8ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -530,7 +530,7 @@ demo = build_demo(args.embed)
530
  demo.queue(
531
  max_size=10,
532
  api_open=False,
533
- concurrency_limit=2 # TODO
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=["/"],