Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +10 -16
requirements.txt
CHANGED
@@ -1,17 +1,11 @@
|
|
1 |
# Core dependencies
|
2 |
-
gradio
|
3 |
-
numpy
|
4 |
-
pandas
|
5 |
-
matplotlib
|
6 |
-
pillow
|
7 |
-
opencv-python
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
# Google Gemini API
|
13 |
-
google-generativeai==0.3.1
|
14 |
-
|
15 |
-
# Utilities
|
16 |
-
python-dotenv==1.0.0
|
17 |
-
tqdm==4.65.0
|
|
|
1 |
# Core dependencies
|
2 |
+
gradio
|
3 |
+
numpy
|
4 |
+
pandas
|
5 |
+
matplotlib
|
6 |
+
pillow
|
7 |
+
opencv-python
|
8 |
+
deepface
|
9 |
+
google-generativeai
|
10 |
+
python-dotenv
|
11 |
+
tqdm
|
|
|
|
|
|
|
|
|
|
|
|