kbarnard commited on
Commit
6a2f9c0
·
verified ·
1 Parent(s): c32cb58

Update model filename in model card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,5 +36,5 @@ tags:
36
  2. In an environment with the [`ultralytics` Python package](https://github.com/ultralytics/ultralytics) installed, run:
37
 
38
  ```bash
39
- yolo predict model=best.pt
40
  ```
 
36
  2. In an environment with the [`ultralytics` Python package](https://github.com/ultralytics/ultralytics) installed, run:
37
 
38
  ```bash
39
+ yolo predict model=mbari-megalodon-yolov8x.pt
40
  ```