Spaces:
Runtime error
Runtime error
Dorado607 commited on
Commit ·
c4f4d45
1
Parent(s): 1005321
update to the latest version
Browse files- ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py
CHANGED
|
@@ -497,7 +497,7 @@ if __name__ == "__main__":
|
|
| 497 |
blocked_paths=["config.json"],
|
| 498 |
server_name=server_name,
|
| 499 |
server_port=server_port,
|
| 500 |
-
share=
|
| 501 |
auth=auth_list if authflag else None,
|
| 502 |
favicon_path="./assets/favicon.ico",
|
| 503 |
inbrowser=not dockerflag, # 禁止在docker下开启inbrowser
|
|
|
|
| 497 |
blocked_paths=["config.json"],
|
| 498 |
server_name=server_name,
|
| 499 |
server_port=server_port,
|
| 500 |
+
share=True,
|
| 501 |
auth=auth_list if authflag else None,
|
| 502 |
favicon_path="./assets/favicon.ico",
|
| 503 |
inbrowser=not dockerflag, # 禁止在docker下开启inbrowser
|