Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ if __name__ == '__main__':
|
|
| 136 |
macro_correct,
|
| 137 |
inputs='text',
|
| 138 |
outputs='text',
|
| 139 |
-
title="Chinese Spelling Correction Model Macropodus/
|
| 140 |
description="Copy or input error Chinese text. Submit and the machine will correct text.",
|
| 141 |
article="Link to <a href='https://github.com/yongzhuo/macro-correct' style='color:blue;' target='_blank\'>Github REPO: macro-correct</a>",
|
| 142 |
examples=examples
|
|
|
|
| 136 |
macro_correct,
|
| 137 |
inputs='text',
|
| 138 |
outputs='text',
|
| 139 |
+
title="Chinese Spelling Correction Model Macropodus/macbert4mdcspell_v2",
|
| 140 |
description="Copy or input error Chinese text. Submit and the machine will correct text.",
|
| 141 |
article="Link to <a href='https://github.com/yongzhuo/macro-correct' style='color:blue;' target='_blank\'>Github REPO: macro-correct</a>",
|
| 142 |
examples=examples
|