Oliverdsfdsf commited on
Commit
81c6b57
·
verified ·
1 Parent(s): 73d837e

Update README.md

Browse files

convert pt to safetensors

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ This model powers [ebookcc](https://ebookcc.com), an automated tool for comic tr
33
  from ultralytics import YOLO
34
 
35
  # Load the model
36
- model = YOLO('comic-panels-and-text-detect.pt')
37
 
38
  # Predict
39
  results = model.predict(source='comic_page.jpg', conf=0.25, imgsz=1280)
 
33
  from ultralytics import YOLO
34
 
35
  # Load the model
36
+ model = YOLO('comic-panels-and-text-detect.safetensors')
37
 
38
  # Predict
39
  results = model.predict(source='comic_page.jpg', conf=0.25, imgsz=1280)