Spaces:
Runtime error
Runtime error
updated header with chatglm-6b details
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def translate_Chinese_English(chinese_text):
|
|
37 |
|
38 |
title = """<h1 align="center"> 🚀CHatGLM-6B - A Streaming Chatbot with Gradio</h1>
|
39 |
<h2 align="center">Enhance User Experience with Streaming and customizable Gradio Themes</h2>"""
|
40 |
-
header = """<center>Find on Huggingface at <a href="https://huggingface.co/THUDM/chatglm-6b" target="_blank">THUDM/chatglm-6b</a>, and <a href="https://github.com/THUDM/ChatGLM-6B" target="_blank">here</a> on Github.<center>"""
|
41 |
description = """<br>
|
42 |
ChatGLM-6B is an open-source, Chinese-English bilingual dialogue language model based on the General Language Model (GLM) architecture with 6.2 billion parameters.
|
43 |
|
|
|
37 |
|
38 |
title = """<h1 align="center"> 🚀CHatGLM-6B - A Streaming Chatbot with Gradio</h1>
|
39 |
<h2 align="center">Enhance User Experience with Streaming and customizable Gradio Themes</h2>"""
|
40 |
+
header = """<center>Find more about Chatglm-6b on Huggingface at <a href="https://huggingface.co/THUDM/chatglm-6b" target="_blank">THUDM/chatglm-6b</a>, and <a href="https://github.com/THUDM/ChatGLM-6B" target="_blank">here</a> on Github.<center>"""
|
41 |
description = """<br>
|
42 |
ChatGLM-6B is an open-source, Chinese-English bilingual dialogue language model based on the General Language Model (GLM) architecture with 6.2 billion parameters.
|
43 |
|