poudel commited on
Commit
27aaaff
·
verified ·
1 Parent(s): 3898547

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -74,7 +74,7 @@ You can load the model using the `ultralytics` library, as shown below:
74
  from ultralytics import YOLO
75
 
76
  # Load the model from Hugging Face
77
- model = YOLO('https://huggingface.co/your-username/yolov8-cargo-package-counter/resolve/main/best.pt')
78
 
79
  # Run inference on an image
80
  results = model('path_to_image.jpg')
 
74
  from ultralytics import YOLO
75
 
76
  # Load the model from Hugging Face
77
+ model = YOLO('https://huggingface.co/poudel/yolov8-cargo-package-counter/resolve/main/best.pt')
78
 
79
  # Run inference on an image
80
  results = model('path_to_image.jpg')