BartPoint commited on
Commit
a928120
1 Parent(s): f6e27a8

Update app_multi.py

Browse files
Files changed (1) hide show
  1. app_multi.py +1 -1
app_multi.py CHANGED
@@ -465,5 +465,5 @@ with app:
465
  app.queue(
466
  concurrency_count=1,
467
  max_size=20,
468
- api_open=store_true
469
  ).launch()
 
465
  app.queue(
466
  concurrency_count=1,
467
  max_size=20,
468
+ api_open=args.api
469
  ).launch()