docs: update code formatting
Browse files
README.md
CHANGED
|
@@ -46,6 +46,7 @@ from ultralytics import YOLO
|
|
| 46 |
model = YOLO("https://huggingface.co/peterhdd/pothole-detection-yolov8/resolve/main/best.pt")
|
| 47 |
results = model("your_image.jpg")
|
| 48 |
results.show()
|
|
|
|
| 49 |
|
| 50 |
|
| 51 |
This model is part of a complete end-to-end pothole detection system including training, GPU inference, and a mobile application.
|
|
|
|
| 46 |
model = YOLO("https://huggingface.co/peterhdd/pothole-detection-yolov8/resolve/main/best.pt")
|
| 47 |
results = model("your_image.jpg")
|
| 48 |
results.show()
|
| 49 |
+
```
|
| 50 |
|
| 51 |
|
| 52 |
This model is part of a complete end-to-end pothole detection system including training, GPU inference, and a mobile application.
|