Update main.py
Browse files
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")
|
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()
|