DrewR commited on
Commit
5746b61
·
verified ·
1 Parent(s): a18eedd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ pip install ultralytics
33
 
34
 
35
  ``` python
36
- model = YOLO("Glass_Eel.pt") # Load model with proper path
37
 
38
  results = model.predict(
39
  source=r"sourcefile", # The file that you want to use the model to annotate
 
33
 
34
 
35
  ``` python
36
+ model = YOLO(r"Glass_Eel.pt") # Load model with proper path
37
 
38
  results = model.predict(
39
  source=r"sourcefile", # The file that you want to use the model to annotate