Spaces:
Runtime error
Runtime error
JohnSmith9982
commited on
Commit
·
3b6fb22
1
Parent(s):
3b84913
Upload ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +0 -3
ChuanhuChatbot.py
CHANGED
@@ -442,9 +442,6 @@ demo.title = "川虎ChatGPT 🚀"
|
|
442 |
if __name__ == "__main__":
|
443 |
reload_javascript()
|
444 |
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
|
445 |
-
server_name=server_name,
|
446 |
-
server_port=server_port,
|
447 |
-
share=share,
|
448 |
auth=auth_list if authflag else None,
|
449 |
favicon_path="./assets/favicon.ico",
|
450 |
inbrowser=True,
|
|
|
442 |
if __name__ == "__main__":
|
443 |
reload_javascript()
|
444 |
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
|
|
|
|
|
|
|
445 |
auth=auth_list if authflag else None,
|
446 |
favicon_path="./assets/favicon.ico",
|
447 |
inbrowser=True,
|