Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
opencv-python-headless==4.8.1.78
|
| 3 |
+
face-recognition==1.3.0
|
| 4 |
+
numpy==1.24.3
|
| 5 |
+
pandas==2.0.3
|
| 6 |
+
Pillow==10.0.1
|
| 7 |
+
dlib==19.24.2
|
| 8 |
+
click==8.1.7
|