Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -6,12 +6,12 @@ matplotlib>=3.5.0
|
|
6 |
pillow>=9.0.0
|
7 |
opencv-python>=4.7.0
|
8 |
|
9 |
-
# Facial analysis
|
10 |
-
dlib>=19.22.1 # Use prebuilt binaries instead of compiling from source
|
11 |
deepface>=0.0.79
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
15 |
|
16 |
# Google Gemini API
|
17 |
google-generativeai>=0.3.0
|
|
|
6 |
pillow>=9.0.0
|
7 |
opencv-python>=4.7.0
|
8 |
|
9 |
+
# Facial analysis and vision models
|
|
|
10 |
deepface>=0.0.79
|
11 |
+
transformers>=4.35.0
|
12 |
+
accelerate>=0.25.0
|
13 |
+
safetensors>=0.4.0
|
14 |
+
llava-torch>=1.1.1 # LLaVA model
|
15 |
|
16 |
# Google Gemini API
|
17 |
google-generativeai>=0.3.0
|