Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
|
| 4 |
-
requests
|
| 5 |
-
langchain
|
| 6 |
deepface
|
| 7 |
opencv-python
|
| 8 |
-
numpy
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
google-generativeai
|
|
|
|
|
|
|
| 4 |
deepface
|
| 5 |
opencv-python
|
| 6 |
+
numpy
|
| 7 |
+
python-multipart
|