Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +14 -21
requirements.txt
CHANGED
@@ -1,21 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
# Google Gemini API
|
17 |
-
google-generativeai>=0.3.0
|
18 |
-
|
19 |
-
# Utilities
|
20 |
-
python-dotenv>=1.0.0 # For loading API key from .env file
|
21 |
-
tqdm>=4.65.0 # For progress bars
|
|
|
1 |
+
gradio
|
2 |
+
numpy
|
3 |
+
pandas
|
4 |
+
matplotlib
|
5 |
+
pillow
|
6 |
+
opencv-python
|
7 |
+
deepface
|
8 |
+
transformers
|
9 |
+
accelerate
|
10 |
+
safetensors
|
11 |
+
llava-torch
|
12 |
+
google-generativeai
|
13 |
+
python-dotenv
|
14 |
+
tqdm
|
|
|
|
|
|
|
|
|
|
|
|
|
|