dahaoGPT commited on
Commit
1c8c180
·
1 Parent(s): 4034b68

edit cotent

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,7 +12,8 @@ def beginchat(input, history=None):
12
 
13
 
14
  with gr.Blocks() as chatglm2bot:
15
- gr.Markdown('''## ChatGLM2-6B - chatbot demo
 
16
  Glm-130b: An open bilingual pre-trained model
17
  Author: Zeng, Aohan and Liu, Xiao and Du, Zhengxiao and Wang, Zihan and Lai, Hanyu and Ding, Ming and Yang, Zhuoyi and Xu, Yifan and Zheng, Wendi and Xia, Xiao and others
18
  Paper: arXiv preprint arXiv:2210.02414''')
 
12
 
13
 
14
  with gr.Blocks() as chatglm2bot:
15
+ gr.Markdown('''### ChatGLM2-6B - chatbot demo
16
+
17
  Glm-130b: An open bilingual pre-trained model
18
  Author: Zeng, Aohan and Liu, Xiao and Du, Zhengxiao and Wang, Zihan and Lai, Hanyu and Ding, Ming and Yang, Zhuoyi and Xu, Yifan and Zheng, Wendi and Xia, Xiao and others
19
  Paper: arXiv preprint arXiv:2210.02414''')