Macropodus commited on
Commit
0416c8c
·
verified ·
1 Parent(s): 1f38345

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -89,10 +89,10 @@ demo = gr.ChatInterface(
89
  # step=0.05,
90
  # label="Top-p (nucleus sampling)",
91
  # ),
92
- ],
93
- title="Chinese Spelling Correction Model Macropodus/macbert4csc_v2",
94
- description="Copy or input error Chinese text. Submit and the machine will correct text.",
95
- article="Link to <a href='https://github.com/yongzhuo/macro-correct' style='color:blue;' target='_blank\'>Github REPO: macro-correct</a>",
96
 
97
  )
98
 
 
89
  # step=0.05,
90
  # label="Top-p (nucleus sampling)",
91
  # ),
92
+ ]
93
+ # title="Chinese Spelling Correction Model Macropodus/macbert4csc_v2",
94
+ # description="Copy or input error Chinese text. Submit and the machine will correct text.",
95
+ # article="Link to <a href='https://github.com/yongzhuo/macro-correct' style='color:blue;' target='_blank\'>Github REPO: macro-correct</a>",
96
 
97
  )
98