Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -21
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# Temel bilimsel paketler
|
2 |
numpy==1.23.4
|
3 |
scipy==1.10.1
|
4 |
numba
|
@@ -6,34 +5,16 @@ tqdm
|
|
6 |
yacs==0.1.8
|
7 |
joblib==1.1.0
|
8 |
pyyaml
|
9 |
-
tqdm
|
10 |
-
|
11 |
-
# Görüntü işleme
|
12 |
imageio==2.19.3
|
13 |
imageio-ffmpeg==0.4.7
|
14 |
scikit-image==0.19.3
|
15 |
-
opencv-python
|
16 |
-
basicsr==1.4.2
|
17 |
-
facexlib==0.3.0
|
18 |
-
gfpgan
|
19 |
-
face_alignment==1.3.5
|
20 |
-
dlib
|
21 |
-
|
22 |
-
# Ses işleme
|
23 |
librosa==0.9.2
|
24 |
pydub==0.25.1
|
25 |
resampy==0.3.1
|
26 |
kornia==0.6.8
|
27 |
-
|
28 |
-
# Torch & Modeller
|
29 |
-
torch
|
30 |
torchaudio
|
31 |
torchvision
|
32 |
-
|
33 |
-
# Gradio ve API
|
34 |
-
gradio
|
35 |
requests
|
36 |
-
|
37 |
-
# Diğer
|
38 |
-
av
|
39 |
safetensors
|
|
|
|
|
1 |
numpy==1.23.4
|
2 |
scipy==1.10.1
|
3 |
numba
|
|
|
5 |
yacs==0.1.8
|
6 |
joblib==1.1.0
|
7 |
pyyaml
|
|
|
|
|
|
|
8 |
imageio==2.19.3
|
9 |
imageio-ffmpeg==0.4.7
|
10 |
scikit-image==0.19.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
librosa==0.9.2
|
12 |
pydub==0.25.1
|
13 |
resampy==0.3.1
|
14 |
kornia==0.6.8
|
15 |
+
torch==2.0.1
|
|
|
|
|
16 |
torchaudio
|
17 |
torchvision
|
18 |
+
gradio==3.50.2
|
|
|
|
|
19 |
requests
|
|
|
|
|
|
|
20 |
safetensors
|