Spaces:
Runtime error
Runtime error
Commit
·
c9fc602
1
Parent(s):
acb3e87
Update app.py
Browse files
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 |
|