Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -28
requirements.txt
CHANGED
@@ -1,40 +1,18 @@
|
|
1 |
-
|
2 |
-
soundfile
|
3 |
-
musicdl
|
4 |
matplotlib
|
5 |
moviepy
|
6 |
yt-dlp
|
|
|
7 |
demucs
|
8 |
-
gradio
|
9 |
torch
|
10 |
flask
|
11 |
flask-cors
|
12 |
torchaudio
|
13 |
fairseq==0.12.2
|
14 |
-
scipy==1.
|
15 |
pyworld>=0.3.2
|
16 |
faiss-cpu==1.7.3
|
17 |
-
praat-parselmouth>=0.4.
|
18 |
-
librosa==0.9.
|
19 |
edge-tts
|
20 |
-
torchcrepe
|
21 |
-
Pillow==9.5.0
|
22 |
-
|
23 |
-
face_alignment==1.3.5
|
24 |
-
imageio==2.19.3
|
25 |
-
imageio-ffmpeg==0.4.7
|
26 |
-
numba
|
27 |
-
resampy==0.3.1
|
28 |
-
pydub==0.25.1
|
29 |
-
kornia==0.6.8
|
30 |
-
tqdm
|
31 |
-
yacs==0.1.8
|
32 |
-
pyyaml
|
33 |
-
joblib==1.1.0
|
34 |
-
scikit-image==0.19.3
|
35 |
-
basicsr==1.4.2
|
36 |
-
facexlib==0.3.0
|
37 |
-
dlib-bin
|
38 |
-
gfpgan
|
39 |
-
av
|
40 |
-
safetensors
|
|
|
1 |
+
gradio==3.28.3
|
|
|
|
|
2 |
matplotlib
|
3 |
moviepy
|
4 |
yt-dlp
|
5 |
+
pydub
|
6 |
demucs
|
|
|
7 |
torch
|
8 |
flask
|
9 |
flask-cors
|
10 |
torchaudio
|
11 |
fairseq==0.12.2
|
12 |
+
scipy==1.9.3
|
13 |
pyworld>=0.3.2
|
14 |
faiss-cpu==1.7.3
|
15 |
+
praat-parselmouth>=0.4.3
|
16 |
+
librosa==0.9.2
|
17 |
edge-tts
|
18 |
+
torchcrepe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|