Spaces:
Build error
Build error
ZeroGPU
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
gradio==3.50.2
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
1 |
gradio==3.50.2
|
2 |
+
numpy
|
3 |
+
Pillow
|
4 |
+
opencv-python-headless
|
5 |
+
|
6 |
+
# DeepFace desde GitHub
|
7 |
+
git+https://github.com/serengil/deepface.git
|
8 |
+
|
9 |
+
# Fixes para RetinaFace
|
10 |
+
tensorflow==2.12.0
|
11 |
+
tf-keras
|