Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- 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
|