Spaces:
Sleeping
Sleeping
修改中文
Browse files
app.py
CHANGED
@@ -169,9 +169,9 @@ with gr.Blocks(
|
|
169 |
conversation_id = gr.State(get_uuid)
|
170 |
gr.Markdown(
|
171 |
"""
|
172 |
-
##
|
173 |
-
|
174 |
-
|
175 |
|
176 |
"""
|
177 |
)
|
@@ -189,7 +189,7 @@ with gr.Blocks(
|
|
189 |
stop = gr.Button("Stop")
|
190 |
clear = gr.Button("Clear")
|
191 |
with gr.Row():
|
192 |
-
with gr.Accordion("
|
193 |
with gr.Row():
|
194 |
with gr.Column():
|
195 |
with gr.Row():
|
|
|
169 |
conversation_id = gr.State(get_uuid)
|
170 |
gr.Markdown(
|
171 |
"""
|
172 |
+
## 此模型参数只有5.6亿,所以有的回答准确
|
173 |
+
生成的内容可能脱离实际,数学能力也不太好
|
174 |
+
仅用于研究学习,请勿用于其他用途
|
175 |
|
176 |
"""
|
177 |
)
|
|
|
189 |
stop = gr.Button("Stop")
|
190 |
clear = gr.Button("Clear")
|
191 |
with gr.Row():
|
192 |
+
with gr.Accordion("高级选项:", open=False):
|
193 |
with gr.Row():
|
194 |
with gr.Column():
|
195 |
with gr.Row():
|