Spaces:
Runtime error
Runtime error
Commit
·
d6c1e6f
1
Parent(s):
fcf8580
Update ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +1 -9
ChuanhuChatbot.py
CHANGED
@@ -513,12 +513,4 @@ demo.title = i18n("川虎Chat 🚀")
|
|
513 |
|
514 |
if __name__ == "__main__":
|
515 |
reload_javascript()
|
516 |
-
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
|
517 |
-
blocked_paths=["config.json"],
|
518 |
-
server_name=server_name,
|
519 |
-
server_port=server_port,
|
520 |
-
share=share,
|
521 |
-
auth=auth_list if authflag else None,
|
522 |
-
favicon_path="./web_assets/favicon.ico",
|
523 |
-
inbrowser=not dockerflag, # 禁止在docker下开启inbrowser
|
524 |
-
)
|
|
|
513 |
|
514 |
if __name__ == "__main__":
|
515 |
reload_javascript()
|
516 |
+
demo.queue(concurrency_count=CONCURRENT_COUNT).launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|