Spaces:
Runtime error
Runtime error
Commit ·
709ed20
1
Parent(s): 0042ed4
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ if __name__ == '__main__':
|
|
| 33 |
inputs=[input1, input2],
|
| 34 |
outputs=[output_text],
|
| 35 |
theme="grass",
|
| 36 |
-
title="Chinese Text to Vector Model
|
| 37 |
description="Copy or input Chinese text here. Submit and the machine will calculate the cosine score.",
|
| 38 |
article="Link to <a href='https://github.com/shibing624/text2vec' style='color:blue;' target='_blank\'>Github REPO</a>",
|
| 39 |
examples=examples
|
|
|
|
| 33 |
inputs=[input1, input2],
|
| 34 |
outputs=[output_text],
|
| 35 |
theme="grass",
|
| 36 |
+
title="Chinese Text to Vector Model GanymedeNil/text2vec-large-chinese",
|
| 37 |
description="Copy or input Chinese text here. Submit and the machine will calculate the cosine score.",
|
| 38 |
article="Link to <a href='https://github.com/shibing624/text2vec' style='color:blue;' target='_blank\'>Github REPO</a>",
|
| 39 |
examples=examples
|