wangfuyun commited on
Commit
619e2e5
1 Parent(s): fa0af54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -377,5 +377,5 @@ def ui():
377
  if __name__ == "__main__":
378
  demo = ui()
379
  # gr.close_all()
380
- demo.queue(concurrency_count=3, max_size=20)
381
  demo.launch()
 
377
  if __name__ == "__main__":
378
  demo = ui()
379
  # gr.close_all()
380
+ demo.queue(api_open=False)
381
  demo.launch()