Spaces:
Paused
Paused
update env
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
numpy==1.23.4
|
2 |
face_alignment==1.3.5
|
3 |
imageio==2.19.3
|
@@ -16,7 +19,4 @@ scikit-image==0.19.3
|
|
16 |
basicsr==1.4.2
|
17 |
facexlib==0.2.5
|
18 |
dlib-bin
|
19 |
-
torch==1.12.1+cu113
|
20 |
-
torchvision==0.13.1+cu113
|
21 |
-
torchaudio==0.12.1
|
22 |
-e git+https://github.com/TencentARC/GFPGAN
|
|
|
1 |
+
torch==1.12.1+cu113
|
2 |
+
torchvision==0.13.1+cu113
|
3 |
+
torchaudio==0.12.1
|
4 |
numpy==1.23.4
|
5 |
face_alignment==1.3.5
|
6 |
imageio==2.19.3
|
|
|
19 |
basicsr==1.4.2
|
20 |
facexlib==0.2.5
|
21 |
dlib-bin
|
|
|
|
|
|
|
22 |
-e git+https://github.com/TencentARC/GFPGAN
|