Spaces:
Running
Running
Mahiruoshi
commited on
Commit
·
dd3ac75
1
Parent(s):
5bc0fd6
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
numpy
|
2 |
torch
|
3 |
onnxruntime
|
@@ -8,4 +9,8 @@ Flask
|
|
8 |
scipy
|
9 |
flask-cors
|
10 |
cn2an
|
11 |
-
pypinyin
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
numpy
|
3 |
torch
|
4 |
onnxruntime
|
|
|
9 |
scipy
|
10 |
flask-cors
|
11 |
cn2an
|
12 |
+
pypinyin
|
13 |
+
jieba
|
14 |
+
num2words
|
15 |
+
jaconv
|
16 |
+
g2p_en
|