Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ openai # OpenAI API client for DALL路E 3 image generation
|
|
8 |
python-multipart # For file uploads with FastAPI
|
9 |
deepface
|
10 |
insightface
|
11 |
-
numpy
|
|
|
|
8 |
python-multipart # For file uploads with FastAPI
|
9 |
deepface
|
10 |
insightface
|
11 |
+
numpy
|
12 |
+
tf-keras
|