Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -88,6 +88,6 @@ if __name__ == '__main__':
|
|
88 |
description="Copy or input error Chinese text. Submit and the machine will correct text.",
|
89 |
article="Link to <a href='https://github.com/yongzhuo/macro-correct' style='color:blue;' target='_blank\'>Github REPO: macro-correct</a>",
|
90 |
examples=examples
|
91 |
-
).launch(
|
92 |
|
93 |
|
|
|
88 |
description="Copy or input error Chinese text. Submit and the machine will correct text.",
|
89 |
article="Link to <a href='https://github.com/yongzhuo/macro-correct' style='color:blue;' target='_blank\'>Github REPO: macro-correct</a>",
|
90 |
examples=examples
|
91 |
+
).launch()
|
92 |
|
93 |
|