Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -3,4 +3,7 @@ Werkzeug==2.2.3
|
|
3 |
opencv-python-headless==4.7.0.72
|
4 |
tensorflow==2.11.0
|
5 |
numpy==1.23.3
|
6 |
-
gunicorn==20.1.0 # Add Gunicorn to run the app in production
|
|
|
|
|
|
|
|
3 |
opencv-python-headless==4.7.0.72
|
4 |
tensorflow==2.11.0
|
5 |
numpy==1.23.3
|
6 |
+
gunicorn==20.1.0 # Add Gunicorn to run the app in production
|
7 |
+
#face_recognition
|
8 |
+
|
9 |
+
face_recognition
|