hhxxtest1 commited on
Commit
8ec65e9
·
verified ·
1 Parent(s): 0a89da2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict(input, history=None):
15
 
16
  with gr.Blocks() as demo:
17
  gr.Markdown('''## ChatGLM-6B - unofficial demo
18
- Unnoficial demo of the [ChatGLM-6B](https://github.com/THUDM/ChatGLM3-6B/blob/main/README_en.md) model, trained on 1T tokens of English and Chinese
19
  ''')
20
  state = gr.State([])
21
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=400)
 
15
 
16
  with gr.Blocks() as demo:
17
  gr.Markdown('''## ChatGLM-6B - unofficial demo
18
+ Unnoficial 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
19
  ''')
20
  state = gr.State([])
21
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=400)