This commit is contained in:
Your Name
2023-04-18 21:04:29 +08:00
parent 05c74e66e7
commit bf44dd1d41
3 changed files with 8 additions and 4 deletions

View File

@@ -182,7 +182,7 @@ def main():
threading.Thread(target=auto_update, name="self-upgrade", daemon=True).start()
auto_opentab_delay()
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", server_port=PORT, auth=AUTHENTICATION)
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", server_port=PORT, auth=AUTHENTICATION, favicon_path="docs/logo.png")
if __name__ == "__main__":
main()