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