TheKnight115 commited on
Commit
2d591a3
·
verified ·
1 Parent(s): 43ac6e1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  torch>=1.12.0 # Ensure you're using a compatible version of PyTorch
2
- ultralytics==8.0.0 # Specify the version of the Ultralytics YOLO library you're using
3
  transformers # For Hugging Face model loading (if needed)
4
  streamlit # For the web application interface
5
  opencv-python # For image processing (if used)
 
1
  torch>=1.12.0 # Ensure you're using a compatible version of PyTorch
2
+ ultralytics>=8.0.0 # Specify the version of the Ultralytics YOLO library you're using
3
  transformers # For Hugging Face model loading (if needed)
4
  streamlit # For the web application interface
5
  opencv-python # For image processing (if used)