AhmedAdamu commited on
Commit
6fd64b6
·
verified ·
1 Parent(s): c739f72

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
  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
9
- huggingface_hub>=0.20.0 # NEW: For model download
 
1
  numpy==1.26.4
2
+ gradio==4.44.0 # NEW: Pins to latest stable 4.x (supports theme.load, fixes constructor)
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