Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|