Spaces:
Runtime error
Runtime error
Dorado607
commited on
Commit
·
1589568
1
Parent(s):
c4f4d45
update to the latest version
Browse files- ChuanhuChatbot.py +1 -6
ChuanhuChatbot.py
CHANGED
|
@@ -495,10 +495,5 @@ if __name__ == "__main__":
|
|
| 495 |
reload_javascript()
|
| 496 |
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
|
| 497 |
blocked_paths=["config.json"],
|
| 498 |
-
|
| 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
|
| 504 |
)
|
|
|
|
| 495 |
reload_javascript()
|
| 496 |
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
|
| 497 |
blocked_paths=["config.json"],
|
| 498 |
+
favicon_path="./assets/favicon.ico"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 499 |
)
|