Spaces:
Runtime error
Runtime error
Update requirements .txt
Browse files- requirements .txt +15 -12
requirements .txt
CHANGED
|
@@ -1,12 +1,15 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
deepface
|
| 3 |
-
geopy
|
| 4 |
-
pandas
|
| 5 |
-
opencv-python
|
| 6 |
-
numpy
|
| 7 |
-
tensorflow
|
| 8 |
-
tf-keras
|
| 9 |
-
mtcnn
|
| 10 |
-
gdown
|
| 11 |
-
simple-salesforce
|
| 12 |
-
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
deepface==0.0.93
|
| 3 |
+
geopy==2.4.1
|
| 4 |
+
pandas==2.2.2
|
| 5 |
+
opencv-python==4.10.0.84
|
| 6 |
+
numpy==1.26.4
|
| 7 |
+
tensorflow==2.17.0
|
| 8 |
+
tf-keras==2.17.0
|
| 9 |
+
mtcnn==0.1.1
|
| 10 |
+
gdown==5.2.0
|
| 11 |
+
simple-salesforce==1.12.5
|
| 12 |
+
python-dotenv==1.0.1
|
| 13 |
+
Pillow==10.3.0
|
| 14 |
+
reportlab==4.2.2
|
| 15 |
+
requests==2.32.3
|