Spaces:
Sleeping
Sleeping
Rename requirments.txt to requirements.txt
Browse files- requirements.txt +15 -0
- requirments.txt +0 -22
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Cython
|
2 |
+
librosa
|
3 |
+
matplotlib
|
4 |
+
numpy
|
5 |
+
phonemizer
|
6 |
+
scipy
|
7 |
+
tensorboard
|
8 |
+
torch
|
9 |
+
torchvision
|
10 |
+
Unidecode
|
11 |
+
jieba
|
12 |
+
cn2an
|
13 |
+
pypinyin
|
14 |
+
pyopenjtalk
|
15 |
+
translators
|
requirments.txt
DELETED
@@ -1,22 +0,0 @@
|
|
1 |
-
Cython==0.29.21
|
2 |
-
librosa==0.8.0
|
3 |
-
matplotlib==3.3.1
|
4 |
-
numpy==1.21.6
|
5 |
-
scipy==1.5.2
|
6 |
-
tensorboard==2.3.0
|
7 |
-
torch==1.6.0
|
8 |
-
torchvision==0.7.0
|
9 |
-
unidecode==1.3.4
|
10 |
-
pyopenjtalk==0.2.0
|
11 |
-
jamo==0.4.1
|
12 |
-
pypinyin==0.44.0
|
13 |
-
jieba==0.42.1
|
14 |
-
protobuf==3.19.0
|
15 |
-
cn2an==0.5.17
|
16 |
-
inflect==6.0.0
|
17 |
-
eng_to_ipa==0.0.2
|
18 |
-
ko_pron==1.3
|
19 |
-
indic_transliteration==2.3.37
|
20 |
-
num_thai==0.0.5
|
21 |
-
opencc==1.1.1
|
22 |
-
translators
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|