Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
numpy
|
2 |
face_alignment
|
3 |
imageio
|
@@ -13,12 +16,10 @@ yacs
|
|
13 |
pyyaml
|
14 |
joblib
|
15 |
scikit-image
|
16 |
-
|
|
|
17 |
facexlib
|
18 |
-
|
19 |
-
gfpgan
|
20 |
av
|
21 |
safetensors
|
22 |
-
torch==1.13.0
|
23 |
-
torchvision==0.14
|
24 |
TTS
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
torchaudio
|
4 |
numpy
|
5 |
face_alignment
|
6 |
imageio
|
|
|
16 |
pyyaml
|
17 |
joblib
|
18 |
scikit-image
|
19 |
+
git+https://github.com/XPixelGroup/BasicSR
|
20 |
+
git+https://github.com/TencentARC/GFPGAN
|
21 |
facexlib
|
22 |
+
dlib-bin
|
|
|
23 |
av
|
24 |
safetensors
|
|
|
|
|
25 |
TTS
|