Spaces:
Running
Running
shibing624
commited on
Commit
•
9122de7
1
Parent(s):
df0b192
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ if __name__ == '__main__':
|
|
61 |
|
62 |
gr.Interface(
|
63 |
ai_text,
|
64 |
-
inputs=[gr.inputs.Textbox(
|
65 |
outputs=[gr.outputs.Textbox()],
|
66 |
theme="grass",
|
67 |
title="Chinese Spelling Correction Model shibing624/macbert4csc-base-chinese",
|
|
|
61 |
|
62 |
gr.Interface(
|
63 |
ai_text,
|
64 |
+
inputs=[gr.inputs.Textbox()],
|
65 |
outputs=[gr.outputs.Textbox()],
|
66 |
theme="grass",
|
67 |
title="Chinese Spelling Correction Model shibing624/macbert4csc-base-chinese",
|