KaiChen1998 commited on
Commit
ec90cc5
·
verified ·
1 Parent(s): 8dedaf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -529,8 +529,7 @@ args = parser.parse_args()
529
  demo = build_demo(args.embed)
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=["/"],
 
529
  demo = build_demo(args.embed)
530
  demo.queue(
531
  max_size=10,
532
+ api_open=False
 
533
  ).launch(
534
  favicon_path="./examples/icon_256.png",
535
  allowed_paths=["/"],