Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ with gr.Blocks(title="🐰Bofan Ai🐰", theme=gr.themes.Soft(text_size="sm")) a
|
|
211 |
[模型下载地址](https://huggingface.co/fb700/chatglm-fitness-RLHF)
|
212 |
"""
|
213 |
gr.Markdown(dedent(_))
|
214 |
-
chatbot = gr.Chatbot(
|
215 |
with gr.Row():
|
216 |
with gr.Column(scale=4):
|
217 |
with gr.Column(scale=12):
|
|
|
211 |
[模型下载地址](https://huggingface.co/fb700/chatglm-fitness-RLHF)
|
212 |
"""
|
213 |
gr.Markdown(dedent(_))
|
214 |
+
chatbot = gr.Chatbot()
|
215 |
with gr.Row():
|
216 |
with gr.Column(scale=4):
|
217 |
with gr.Column(scale=12):
|