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