Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def judge(sentence):
|
|
| 16 |
iface = gr.Interface(
|
| 17 |
fn=judge,
|
| 18 |
inputs=gr.Textbox(
|
| 19 |
-
label="
|
| 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 |
),
|