Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
face_recognition==1.3.0
|
| 2 |
+
opencv-python-headless==4.8.1.78
|
| 3 |
+
numpy==1.26.2
|
| 4 |
+
pandas==2.1.3
|
| 5 |
+
plotly==5.18.0
|
| 6 |
+
gradio==4.7.1
|