Update requirements.txt
Browse files- requirements.txt +26 -25
requirements.txt
CHANGED
@@ -1,26 +1,27 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
|
|
26 |
gradio
|
|
|
1 |
+
pydantic<2
|
2 |
+
Cython==0.29.21
|
3 |
+
librosa==0.9.2
|
4 |
+
matplotlib==3.3.1
|
5 |
+
scikit-learn==1.0.2
|
6 |
+
numpy==1.22
|
7 |
+
scipy
|
8 |
+
tensorboard
|
9 |
+
pyopenjtalk>=0.3.0
|
10 |
+
torch
|
11 |
+
torchvision
|
12 |
+
torchaudio
|
13 |
+
unidecode
|
14 |
+
jamo
|
15 |
+
pypinyin
|
16 |
+
jieba
|
17 |
+
protobuf
|
18 |
+
cn2an
|
19 |
+
inflect
|
20 |
+
eng_to_ipa
|
21 |
+
ko_pron
|
22 |
+
indic_transliteration==2.3.37
|
23 |
+
num_thai==0.0.5
|
24 |
+
opencc==1.1.1
|
25 |
+
demucs
|
26 |
+
openai-whisper
|
27 |
gradio
|