Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -43,7 +43,6 @@ oauthlib
|
|
43 |
requests_oauthlib
|
44 |
bcrypt
|
45 |
git+https://github.com/huggingface/parler-tts.git
|
46 |
-
pydub
|
47 |
ToJyutping
|
48 |
pypinyin
|
49 |
phonemizer
|
@@ -71,8 +70,10 @@ tenacity
|
|
71 |
httpx
|
72 |
python-Levenshtein
|
73 |
nvgpu
|
74 |
-
ffmpeg-python
|
75 |
pysrt
|
76 |
datasets
|
77 |
pyloudnorm
|
78 |
langdetect
|
|
|
|
|
|
|
|
43 |
requests_oauthlib
|
44 |
bcrypt
|
45 |
git+https://github.com/huggingface/parler-tts.git
|
|
|
46 |
ToJyutping
|
47 |
pypinyin
|
48 |
phonemizer
|
|
|
70 |
httpx
|
71 |
python-Levenshtein
|
72 |
nvgpu
|
|
|
73 |
pysrt
|
74 |
datasets
|
75 |
pyloudnorm
|
76 |
langdetect
|
77 |
+
python-ffmpeg==2.0.12
|
78 |
+
ffmpeg==1.4
|
79 |
+
pydub==0.25.1
|