JohnSmith9982 commited on
Commit
51e05cb
1 Parent(s): f469f8b

Upload ChuanhuChatbot.py

Browse files
Files changed (1) hide show
  1. ChuanhuChatbot.py +0 -3
ChuanhuChatbot.py CHANGED
@@ -798,9 +798,6 @@ if __name__ == "__main__":
798
  reload_javascript()
799
  demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
800
  allowed_paths=["history", "web_assets"],
801
- server_name=server_name,
802
- server_port=server_port,
803
- share=share,
804
  auth=auth_from_conf if authflag else None,
805
  favicon_path="./web_assets/favicon.ico",
806
  inbrowser=not dockerflag, # 禁止在docker下开启inbrowser
 
798
  reload_javascript()
799
  demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
800
  allowed_paths=["history", "web_assets"],
 
 
 
801
  auth=auth_from_conf if authflag else None,
802
  favicon_path="./web_assets/favicon.ico",
803
  inbrowser=not dockerflag, # 禁止在docker下开启inbrowser