fb700 commited on
Commit
bd01948
1 Parent(s): 583edb4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -183,6 +183,6 @@ def main():
183
 
184
  auto_opentab_delay()
185
  #demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", server_port=PORT, auth=AUTHENTICATION, favicon_path="docs/logo.png")
186
- demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", share=False, favicon_path="docs/logo.png", auth=AUTHENTICATION, )
187
  if __name__ == "__main__":
188
  main()
 
183
 
184
  auto_opentab_delay()
185
  #demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", server_port=PORT, auth=AUTHENTICATION, favicon_path="docs/logo.png")
186
+ demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", share=False, favicon_path="docs/logo.png", auth=AUTHENTICATION, )
187
  if __name__ == "__main__":
188
  main()