michaelj commited on
Commit
4edec7e
·
1 Parent(s): 1331b82

修改错误文字

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(
169
  conversation_id = gr.State(get_uuid)
170
  gr.Markdown(
171
  """
172
- ## 此模型参数只有5.6亿,所以有的回答准确
173
  生成的内容可能脱离实际,数学能力也不太好
174
  仅用于研究学习,请勿用于其他用途
175
 
@@ -186,7 +186,7 @@ with gr.Blocks(
186
  with gr.Column():
187
  with gr.Row():
188
  submit = gr.Button("Submit")
189
- stop = gr.Button("Stop")
190
  clear = gr.Button("Clear")
191
  with gr.Row():
192
  with gr.Accordion("高级选项:", open=False):
 
169
  conversation_id = gr.State(get_uuid)
170
  gr.Markdown(
171
  """
172
+ ## 此模型参数只有5.6亿,所以有的回答不太准确
173
  生成的内容可能脱离实际,数学能力也不太好
174
  仅用于研究学习,请勿用于其他用途
175
 
 
186
  with gr.Column():
187
  with gr.Row():
188
  submit = gr.Button("Submit")
189
+ stop = gr.Button("停止")
190
  clear = gr.Button("Clear")
191
  with gr.Row():
192
  with gr.Accordion("高级选项:", open=False):