fb700 commited on
Commit
d36d012
1 Parent(s): e5065b1

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=("fbai", "Fbai!234"), )
187
  if __name__ == "__main__":
188
  main()