Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +16 -14
requirements.txt
CHANGED
@@ -1,16 +1,18 @@
|
|
1 |
-
Cython
|
2 |
-
librosa
|
3 |
-
matplotlib
|
4 |
-
numpy
|
5 |
-
phonemizer
|
6 |
-
scipy
|
7 |
-
tensorboard
|
8 |
-
torch
|
9 |
-
torchvision
|
10 |
-
Unidecode
|
11 |
-
|
12 |
-
|
13 |
-
pypinyin
|
14 |
-
|
|
|
|
|
15 |
translators
|
16 |
gradio
|
|
|
1 |
+
Cython==0.29.21
|
2 |
+
librosa==0.8.0
|
3 |
+
matplotlib==3.3.1
|
4 |
+
numpy==1.21.6
|
5 |
+
phonemizer==2.2.1
|
6 |
+
scipy==1.5.2
|
7 |
+
tensorboard==2.3.0
|
8 |
+
torch==1.6.0
|
9 |
+
torchvision==0.7.0
|
10 |
+
Unidecode==1.1.1
|
11 |
+
pyopenjtalk==0.2.0
|
12 |
+
jamo==0.4.1
|
13 |
+
pypinyin==0.44.0
|
14 |
+
jieba==0.42.1
|
15 |
+
cn2an==0.5.17
|
16 |
+
jieba==0.42.1
|
17 |
translators
|
18 |
gradio
|