Spaces:
Runtime error
Runtime error
Commit
·
08e3a61
1
Parent(s):
ab67fdb
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ description = "将需要校对的文字贴在左侧方框中,点击Submit,稍等
|
|
| 19 |
demo = gr.Interface(
|
| 20 |
fn = inference,
|
| 21 |
inputs = 'text'
|
| 22 |
-
|
| 23 |
title=title,
|
| 24 |
description=description
|
| 25 |
)
|
|
|
|
| 19 |
demo = gr.Interface(
|
| 20 |
fn = inference,
|
| 21 |
inputs = 'text'
|
| 22 |
+
outputs = 'text',
|
| 23 |
title=title,
|
| 24 |
description=description
|
| 25 |
)
|