AhmedAdamu commited on
Commit
f8fd810
·
verified ·
1 Parent(s): bcee22c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 # Use CPU version (safer on free Spaces; GPU if you upgrade to T4)
6
  deep-sort-realtime==1.3.2
7
- onnxruntime==1.19.2 # CPU version; use onnxruntime-gpu==1.19.2 for GPU
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