Spaces:
Running
Running
Commit
·
752d60b
1
Parent(s):
ad1b032
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ if __name__ == '__main__':
|
|
58 |
output_text = gr.outputs.Textbox()
|
59 |
gr.Interface(
|
60 |
ai_text,
|
61 |
-
inputs=
|
62 |
outputs='text',
|
63 |
title="Chinese Spelling Correction Model shibing624/macbert4csc-base-chinese",
|
64 |
description="Copy or input error Chinese text. Submit and the machine will correct text.",
|
|
|
58 |
output_text = gr.outputs.Textbox()
|
59 |
gr.Interface(
|
60 |
ai_text,
|
61 |
+
inputs='text',
|
62 |
outputs='text',
|
63 |
title="Chinese Spelling Correction Model shibing624/macbert4csc-base-chinese",
|
64 |
description="Copy or input error Chinese text. Submit and the machine will correct text.",
|