Spaces:
kevinwang676
/
Runtime error

kevinwang676 commited on
Commit
c9fc602
·
1 Parent(s): acb3e87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -373,9 +373,9 @@ gr.Interface(
373
  visible=False,
374
  info="Check to disable language auto-detection",),
375
  gr.Checkbox(
376
- label="我承诺:不会利用此程序生成对个人或组织造成侵害的任何内容",
377
  value=True,
378
- info="使用条款",
379
  ),
380
 
381
 
 
373
  visible=False,
374
  info="Check to disable language auto-detection",),
375
  gr.Checkbox(
376
+ label="使用条款",
377
  value=True,
378
+ info="我承诺:不会利用此程序生成对个人或组织造成侵害的任何内容",
379
  ),
380
 
381