Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
eed1def
1
Parent(s):
7a10d0b
Update gr.interface title layout theme
Browse files
app.py
CHANGED
@@ -71,8 +71,9 @@ try:
|
|
71 |
description="Gen correlation matrix for multlingual texts",
|
72 |
article="Click 'Clear' first for subsequent new texts",
|
73 |
examples=[
|
74 |
-
"
|
75 |
-
"
|
|
|
76 |
],
|
77 |
)
|
78 |
except Exception as e:
|
|
|
71 |
description="Gen correlation matrix for multlingual texts",
|
72 |
article="Click 'Clear' first for subsequent new texts",
|
73 |
examples=[
|
74 |
+
["test\nabc", "测试"],
|
75 |
+
["This is a text.\nIch liebe Dich.\nabc",
|
76 |
+
"我爱你\nI love you.\n测试\nbcd"],
|
77 |
],
|
78 |
)
|
79 |
except Exception as e:
|