Spaces:
Running
on
T4
Running
on
T4
Fixed spelling error
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def predict(input, history=None):
|
|
14 |
|
15 |
with gr.Blocks() as demo:
|
16 |
gr.Markdown('''## ChatGLM-6B - unofficial demo
|
17 |
-
|
18 |
''')
|
19 |
state = gr.State([])
|
20 |
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=400)
|
|
|
14 |
|
15 |
with gr.Blocks() as demo:
|
16 |
gr.Markdown('''## ChatGLM-6B - unofficial demo
|
17 |
+
Unofficial demo of the [ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B/blob/main/README_en.md) model, trained on 1T tokens of English and Chinese.
|
18 |
''')
|
19 |
state = gr.State([])
|
20 |
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=400)
|