Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -176,16 +176,16 @@ def retry_last_answer(
|
|
176 |
)
|
177 |
|
178 |
|
179 |
-
with gr.Blocks(title="Bofan Ai", theme=gr.themes.Soft(text_size="sm")) as demo:
|
180 |
# gr.HTML("""<h1 align="center">ChatGLM2-6B-int4</h1>""")
|
181 |
gr.HTML(
|
182 |
"""<center><a href="https://huggingface.co/spaces/mikeee/chatglm2-6b-4bit?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>It's beyond Fitness,模型由[帛凡]基于ChatGLM-6b进行微调后,在健康(全科)、心理等领域达至少60分的专业水准,而且中文总结能力超越了GPT3.5各版本。</center>"""
|
183 |
"""<center>特别声明:本应用仅为模型能力演示,无任何商业行为,部署资源为Huggingface官方免费提供,任何通过此项目产生的知识仅用于学术参考,作者和网站均不承担任何责任。</center>"""
|
184 |
-
"""<h1 align="center"
|
185 |
-
"""<center><a href="https://huggingface.co/fb700/chatglm-fitness-RLHF">Bofan基于chatglm-6的微调模型</a>如果喜欢请给个
|
186 |
)
|
187 |
|
188 |
-
with gr.Accordion("🎈
|
189 |
_ = f"""
|
190 |
## {model_name}
|
191 |
|
|
|
176 |
)
|
177 |
|
178 |
|
179 |
+
with gr.Blocks(title="🐰Bofan Ai🐰", theme=gr.themes.Soft(text_size="sm")) as demo:
|
180 |
# gr.HTML("""<h1 align="center">ChatGLM2-6B-int4</h1>""")
|
181 |
gr.HTML(
|
182 |
"""<center><a href="https://huggingface.co/spaces/mikeee/chatglm2-6b-4bit?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>It's beyond Fitness,模型由[帛凡]基于ChatGLM-6b进行微调后,在健康(全科)、心理等领域达至少60分的专业水准,而且中文总结能力超越了GPT3.5各版本。</center>"""
|
183 |
"""<center>特别声明:本应用仅为模型能力演示,无任何商业行为,部署资源为Huggingface官方免费提供,任何通过此项目产生的知识仅用于学术参考,作者和网站均不承担任何责任。</center>"""
|
184 |
+
"""<h1 align="center">🐰帛凡 Fitness AI🐰 演示</h1>"""
|
185 |
+
"""<center><a href="https://huggingface.co/fb700/chatglm-fitness-RLHF">Bofan基于chatglm-6的微调模型</a>如果喜欢请给个 💖 。遇到任何问题可邮件和我联系👉 [email protected]</center>"""
|
186 |
)
|
187 |
|
188 |
+
with gr.Accordion("🎈 相关信息", open=False):
|
189 |
_ = f"""
|
190 |
## {model_name}
|
191 |
|