Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -2,7 +2,8 @@ numpy==1.26.4
|
|
| 2 |
gradio>=4.0
|
| 3 |
ultralytics>=8.0
|
| 4 |
insightface==0.7.3
|
| 5 |
-
faiss-cpu==1.8.0
|
| 6 |
deep-sort-realtime==1.3.2
|
| 7 |
-
onnxruntime==1.19.2
|
| 8 |
-
opencv-python-headless==4.10.0.84
|
|
|
|
|
|
| 2 |
gradio>=4.0
|
| 3 |
ultralytics>=8.0
|
| 4 |
insightface==0.7.3
|
| 5 |
+
faiss-cpu==1.8.0
|
| 6 |
deep-sort-realtime==1.3.2
|
| 7 |
+
onnxruntime==1.19.2
|
| 8 |
+
opencv-python-headless==4.10.0.84
|
| 9 |
+
huggingface_hub>=0.20.0 # NEW: For model download
|