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

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -183,7 +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=[["fbai", "Fbai!234"],["kmsmj", "017962"]], )
187
- demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", share=False, favicon_path="docs/logo.png", auth=AUTHENTICATION, )
188
  if __name__ == "__main__":
189
  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()