Spaces:
Runtime error
Runtime error
Commit ·
e5c49a6
1
Parent(s): 1be7c5b
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,8 +19,8 @@ description = "将需要校对的文字贴在左侧方框中,点击Submit,稍等
|
|
| 19 |
|
| 20 |
gr.Interface(
|
| 21 |
inference
|
| 22 |
-
gr.inputs.Textbox(
|
| 23 |
-
gr.outputs.Textbox(
|
| 24 |
title=title,
|
| 25 |
description=description
|
| 26 |
).launch()
|
|
|
|
| 19 |
|
| 20 |
gr.Interface(
|
| 21 |
inference
|
| 22 |
+
gr.inputs.Textbox(label="Input"),
|
| 23 |
+
gr.outputs.Textbox('text', label="Text corrigé"),
|
| 24 |
title=title,
|
| 25 |
description=description
|
| 26 |
).launch()
|