pengdaqian commited on
Commit
9c2b296
·
1 Parent(s): b6ed45a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -343,7 +343,7 @@ def main():
343
  vc_search.click(auto_search, [vc_input2], [vc_output1, vc_input3])
344
  vc_submit.click(svc_main, [sid, vc_input3], [vc_output1, vc_output2])
345
 
346
- app.queue(max_size=3, api_open=False).launch(server_port=6006)
347
  except KeyboardInterrupt:
348
  app.close()
349
  sys.exit(0)
 
343
  vc_search.click(auto_search, [vc_input2], [vc_output1, vc_input3])
344
  vc_submit.click(svc_main, [sid, vc_input3], [vc_output1, vc_output2])
345
 
346
+ app.launch(server_port=6006)
347
  except KeyboardInterrupt:
348
  app.close()
349
  sys.exit(0)