Oliverdsfdsf commited on
Commit
79b8766
·
verified ·
1 Parent(s): 9e4accb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ from ultralytics import YOLO
35
  model = YOLO("comic-panels-and-text-detect.pt")
36
 
37
  # Predict with optimal manga settings
38
- results = model.predict("manga_page.jpg", imgsz=1280, conf=0.25)
39
  results[0].show()
40
 
41
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
35
  model = YOLO("comic-panels-and-text-detect.pt")
36
 
37
  # Predict with optimal manga settings
38
+ results = model.predict("comic_page.jpg", imgsz=1280, conf=0.25)
39
  results[0].show()
40
 
41
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference