DurgaDeepak commited on
Commit
a0ce3ec
·
verified ·
1 Parent(s): b0811a8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,7 +2,7 @@
2
  gradio>=3.50 # Web interface
3
  torch>=2.0 # Deep learning base
4
  torchvision>=0.15 # For DeepLabV3 and image utilities
5
- ultralytics>=8.0 # YOLOv5/v8/11 model loader
6
  opencv-python>=4.7 # Video/image input/output
7
  numpy>=1.21 # Array math
8
  Pillow>=9.0 # Image loading, drawing
 
2
  gradio>=3.50 # Web interface
3
  torch>=2.0 # Deep learning base
4
  torchvision>=0.15 # For DeepLabV3 and image utilities
5
+ ultralytics>=8.0.11 # YOLOv5/v8/11 model loader
6
  opencv-python>=4.7 # Video/image input/output
7
  numpy>=1.21 # Array math
8
  Pillow>=9.0 # Image loading, drawing