Spaces:
Runtime error
Runtime error
shibing624
commited on
Commit
·
a5c75fa
1
Parent(s):
55292dd
add app
Browse files
app.py
CHANGED
@@ -57,4 +57,5 @@ examples = [
|
|
57 |
|
58 |
output_text = gr.outputs.Textbox()
|
59 |
gr.Interface(ai_text, "textbox", output_text, title="Chinese Text Correction shibing624/macbert4csc-base-chinese",
|
60 |
-
description="Copy or input error Chinese text. Submit and the machine will correct text.",
|
|
|
|
57 |
|
58 |
output_text = gr.outputs.Textbox()
|
59 |
gr.Interface(ai_text, "textbox", output_text, title="Chinese Text Correction shibing624/macbert4csc-base-chinese",
|
60 |
+
description="Copy or input error Chinese text. Submit and the machine will correct text.",
|
61 |
+
examples=examples).launch()
|