Spaces:
Sleeping
Sleeping
JohnSmith9982
commited on
Commit
•
cbb78a7
1
Parent(s):
cd875a6
Upload ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +0 -3
ChuanhuChatbot.py
CHANGED
@@ -443,9 +443,6 @@ demo.title = i18n("川虎Chat 🚀")
|
|
443 |
if __name__ == "__main__":
|
444 |
reload_javascript()
|
445 |
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
|
446 |
-
server_name=server_name,
|
447 |
-
server_port=server_port,
|
448 |
-
share=share,
|
449 |
auth=auth_list if authflag else None,
|
450 |
favicon_path="./assets/favicon.ico",
|
451 |
inbrowser=not dockerflag, # 禁止在docker下开启inbrowser
|
|
|
443 |
if __name__ == "__main__":
|
444 |
reload_javascript()
|
445 |
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
|
|
|
|
|
|
|
446 |
auth=auth_list if authflag else None,
|
447 |
favicon_path="./assets/favicon.ico",
|
448 |
inbrowser=not dockerflag, # 禁止在docker下开启inbrowser
|