Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +25 -27
requirements.txt
CHANGED
@@ -1,27 +1,25 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
pyannote.audio>=3.1.0
|
16 |
-
|
17 |
-
pyopenjtalk-dict
|
18 |
-
|
19 |
-
pyworld-prebuilt
|
20 |
-
|
21 |
-
|
22 |
-
torch
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
pyworld==0.3.1
|
27 |
-
pyopenjtalk-prebuilt==0.3.0
|
|
|
1 |
+
cmudict
|
2 |
+
cn2an
|
3 |
+
faster-whisper==0.10.1
|
4 |
+
g2p_en
|
5 |
+
GPUtil
|
6 |
+
gradio>=4.32
|
7 |
+
jieba
|
8 |
+
librosa==0.9.2
|
9 |
+
loguru
|
10 |
+
num2words
|
11 |
+
numpy<2
|
12 |
+
protobuf==4.25
|
13 |
+
psutil
|
14 |
+
punctuators
|
15 |
+
pyannote.audio>=3.1.0
|
16 |
+
pyloudnorm
|
17 |
+
pyopenjtalk-dict
|
18 |
+
pypinyin
|
19 |
+
pyworld-prebuilt
|
20 |
+
stable_ts
|
21 |
+
tensorboard
|
22 |
+
torch<2.4
|
23 |
+
torchaudio<2.4
|
24 |
+
transformers
|
25 |
+
umap-learn
|
|
|
|