peterhdd commited on
Commit
05a8bd1
·
verified ·
1 Parent(s): 40cbded

docs: update code formatting

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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.