Upload ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +0 -3
ChuanhuChatbot.py
CHANGED
|
@@ -809,10 +809,7 @@ if __name__ == "__main__":
|
|
| 809 |
setup_wizard()
|
| 810 |
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
|
| 811 |
allowed_paths=["history", "web_assets"],
|
| 812 |
-
server_name=server_name,
|
| 813 |
-
server_port=server_port,
|
| 814 |
share=False,
|
| 815 |
-
root_path="/imp",
|
| 816 |
auth=auth_from_conf if authflag else None,
|
| 817 |
favicon_path="web_assets/favicon.jpg",
|
| 818 |
inbrowser=autobrowser and not dockerflag, # 禁止在docker下开启inbrowser
|
|
|
|
| 809 |
setup_wizard()
|
| 810 |
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
|
| 811 |
allowed_paths=["history", "web_assets"],
|
|
|
|
|
|
|
| 812 |
share=False,
|
|
|
|
| 813 |
auth=auth_from_conf if authflag else None,
|
| 814 |
favicon_path="web_assets/favicon.jpg",
|
| 815 |
inbrowser=autobrowser and not dockerflag, # 禁止在docker下开启inbrowser
|