Spaces:
Sleeping
Sleeping
fix
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
numpy==1.23.1
|
2 |
gradio==3.39.0
|
3 |
albumentations==1.3.0
|
4 |
-
opencv-contrib-python==4.3.0.36
|
5 |
imageio==2.9.0
|
6 |
imageio-ffmpeg==0.4.2
|
7 |
torch==1.12.1
|
@@ -23,5 +22,6 @@ yapf==0.32.0
|
|
23 |
prettytable==3.6.0
|
24 |
safetensors==0.2.7
|
25 |
basicsr==1.4.2
|
26 |
-
deepface
|
27 |
xformers==0.0.13
|
|
|
|
|
|
1 |
numpy==1.23.1
|
2 |
gradio==3.39.0
|
3 |
albumentations==1.3.0
|
|
|
4 |
imageio==2.9.0
|
5 |
imageio-ffmpeg==0.4.2
|
6 |
torch==1.12.1
|
|
|
22 |
prettytable==3.6.0
|
23 |
safetensors==0.2.7
|
24 |
basicsr==1.4.2
|
|
|
25 |
xformers==0.0.13
|
26 |
+
deepface
|
27 |
+
opencv-contrib-python
|