Spaces:
Running
on
Zero
Running
on
Zero
sd
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -2,4 +2,10 @@ gradio
|
|
2 |
numpy
|
3 |
Pillow
|
4 |
opencv-python-headless
|
|
|
|
|
5 |
git+https://github.com/serengil/deepface.git
|
|
|
|
|
|
|
|
|
|
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
|