aucnm commited on
Commit
6065a6c
1 Parent(s): 3449fa4

Update ChuanhuChatbot.py

Browse files
Files changed (1) hide show
  1. ChuanhuChatbot.py +1 -0
ChuanhuChatbot.py CHANGED
@@ -470,4 +470,5 @@ if __name__ == "__main__":
470
  demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
471
  blocked_paths=["config.json"],
472
  favicon_path="./assets/favicon.ico"
 
473
  )
 
470
  demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
471
  blocked_paths=["config.json"],
472
  favicon_path="./assets/favicon.ico"
473
+ auth = auth_list
474
  )