Update model filename in model card
Browse files
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=
|
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 |
```
|