Spaces:
Build error
Build error
init
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -24,4 +24,6 @@ jieba
|
|
24 |
pypinyin # for chinese graphme-to-phoneme
|
25 |
einops
|
26 |
chardet
|
27 |
-
|
|
|
|
|
|
24 |
pypinyin # for chinese graphme-to-phoneme
|
25 |
einops
|
26 |
chardet
|
27 |
+
torch==1.9.0
|
28 |
+
dgl-cu102
|
29 |
+
stanza # for dependency parsing to build the syntactic graph
|