update requirements
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
# accelerate
|
2 |
aivmlib
|
3 |
-
cmudict
|
4 |
-
cn2an
|
|
|
5 |
e2k
|
6 |
# faster-whisper==0.10.1
|
7 |
g2p_en
|
@@ -23,7 +24,7 @@ onnxsim
|
|
23 |
# protobuf==4.25
|
24 |
psutil
|
25 |
# punctuators
|
26 |
-
|
27 |
# pyloudnorm
|
28 |
pyopenjtalk-mod
|
29 |
pypinyin
|
|
|
1 |
# accelerate
|
2 |
aivmlib
|
3 |
+
#cmudict
|
4 |
+
#cn2an
|
5 |
+
fastapi[standard]
|
6 |
e2k
|
7 |
# faster-whisper==0.10.1
|
8 |
g2p_en
|
|
|
24 |
# protobuf==4.25
|
25 |
psutil
|
26 |
# punctuators
|
27 |
+
pyannote.audio>=3.1.0
|
28 |
# pyloudnorm
|
29 |
pyopenjtalk-mod
|
30 |
pypinyin
|