p208p2002 commited on
Commit
5cda48b
1 Parent(s): cc160a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def judge(sentence):
16
  iface = gr.Interface(
17
  fn=judge,
18
  inputs=gr.Textbox(
19
- label="Initial text",
20
  lines=1,
21
  value="請注意用字的鄭確性",
22
  ),
 
16
  iface = gr.Interface(
17
  fn=judge,
18
  inputs=gr.Textbox(
19
+ label="請輸入一段中文句子來檢測正確性",
20
  lines=1,
21
  value="請注意用字的鄭確性",
22
  ),