Spaces:
Runtime error
Runtime error
edit cotent
Browse files
app.py
CHANGED
@@ -12,7 +12,8 @@ def beginchat(input, history=None):
|
|
12 |
|
13 |
|
14 |
with gr.Blocks() as chatglm2bot:
|
15 |
-
gr.Markdown('''
|
|
|
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''')
|