yooch commited on
Commit
1510c65
1 Parent(s): 5a95758

Update ChuanhuChatbot.py

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