Segizu commited on
Commit
5dc0ceb
·
1 Parent(s): 510675e
Files changed (1) hide show
  1. requirements.txt +10 -8
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
  gradio==3.50.2
2
- deepface==0.0.79
3
- tensorflow==2.11.0
4
- datasets==2.18.0
5
- huggingface_hub==0.23.0
6
- pillow==10.2.0
7
- numpy==1.24.4
8
- requests==2.31.0
9
- spaces==0.15.1
 
 
 
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