wangzp1 commited on
Commit
1508598
1 Parent(s): 9933f38

Update ChuanhuChatbot.py

Browse files
Files changed (1) hide show
  1. ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(css=customCSS) as demo:
139
 
140
  print("川虎的温馨提示:访问 http://localhost:7860 查看界面")
141
  # 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
142
- demo.title = "川虎ChatGPT 🚀"
143
 
144
  if __name__ == "__main__":
145
  #if running in Docker
 
139
 
140
  print("川虎的温馨提示:访问 http://localhost:7860 查看界面")
141
  # 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
142
+ demo.title = "王平的ChatGPT 🚀"
143
 
144
  if __name__ == "__main__":
145
  #if running in Docker