Spaces:
Running
Running
Fix, infer req
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
-
|
2 |
-
|
3 |
# faster-whisper==0.10.1
|
4 |
-
|
5 |
-
|
6 |
gradio
|
7 |
-
|
8 |
# librosa==0.9.2
|
9 |
loguru
|
10 |
num2words
|
11 |
-
numba
|
12 |
numpy<2
|
13 |
# protobuf==4.25
|
14 |
-
|
15 |
# punctuators
|
16 |
-
|
17 |
# pyloudnorm
|
18 |
pyopenjtalk-dict
|
19 |
-
|
20 |
pyworld-prebuilt
|
21 |
# stable_ts
|
22 |
# tensorboard
|
23 |
torch
|
24 |
transformers
|
|
|
|
1 |
+
cmudict
|
2 |
+
cn2an
|
3 |
# faster-whisper==0.10.1
|
4 |
+
g2p_en
|
5 |
+
GPUtil
|
6 |
gradio
|
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
|
23 |
transformers
|
24 |
+
umap-learn
|