Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +22 -21
requirements.txt
CHANGED
@@ -1,21 +1,22 @@
|
|
1 |
-
numpy==1.23.4
|
2 |
-
face-alignment==1.3.5
|
3 |
-
imageio==2.19.3
|
4 |
-
imageio-ffmpeg==0.4.7
|
5 |
-
librosa==0.9.2
|
6 |
-
numba
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
#
|
21 |
-
#
|
|
|
|
1 |
+
numpy==1.23.4
|
2 |
+
face-alignment==1.3.5
|
3 |
+
imageio==2.19.3
|
4 |
+
imageio-ffmpeg==0.4.7
|
5 |
+
librosa==0.9.2
|
6 |
+
numba
|
7 |
+
safetensors
|
8 |
+
resampy==0.3.1
|
9 |
+
pydub==0.25.1
|
10 |
+
scipy==1.10.1
|
11 |
+
kornia==0.6.8
|
12 |
+
tqdm
|
13 |
+
yacs==0.1.8
|
14 |
+
pyyaml
|
15 |
+
joblib==1.1.0
|
16 |
+
scikit-image==0.19.3
|
17 |
+
basicsr==1.4.2
|
18 |
+
facexlib==0.3.0
|
19 |
+
gradio==3.50.2
|
20 |
+
# gfpgan <- Hugging Face CPU ortamında **çalışmaz**, kaldırdım
|
21 |
+
# av <- video okuma için ama SadTalker zaten ffmpeg kullanıyor
|
22 |
+
# safetensors <- gerekmiyorsa çıkar
|