iamhelitha commited on
Commit
1dc3808
·
verified ·
1 Parent(s): 1541e48

Fix build: remove gradio pin from requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  # EleFind - Elephant Detection with YOLOv11 + SAHI
2
  # HuggingFace Spaces compatible
3
 
4
- gradio==4.44.1
 
5
  ultralytics>=8.0.0
6
  sahi>=0.11.0
7
  opencv-python-headless>=4.5.0
 
1
  # EleFind - Elephant Detection with YOLOv11 + SAHI
2
  # HuggingFace Spaces compatible
3
 
4
+ # gradio version is managed by HF Spaces sdk_version in README.md
5
+ # For local dev: pip install gradio>=4.44
6
  ultralytics>=8.0.0
7
  sahi>=0.11.0
8
  opencv-python-headless>=4.5.0