shibing624 commited on
Commit
a5c75fa
·
1 Parent(s): 55292dd
Files changed (1) hide show
  1. app.py +2 -1
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.", examples=examples).launch()
 
 
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()