magistermilitum commited on
Commit
0f1ec16
·
verified ·
1 Parent(s): 8a97a2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ The model can be easily loaded and used with the `ultralytics` Python library.
93
  from ultralytics import YOLO
94
 
95
  # Load the model from the Hugging Face Hub
96
- model = YOLO('your_huggingface_username/YOLO-gen-11x-OBB') # Reemplaza con tu usuario/nombre de repo
97
 
98
  # Run inference on an image
99
  image_path = 'path/to/your/manuscript_page.jpg'
 
93
  from ultralytics import YOLO
94
 
95
  # Load the model from the Hugging Face Hub
96
+ model = YOLO('your_huggingface_username/YOLO-gen-11x-OBB') # Replace with your user / repo name
97
 
98
  # Run inference on an image
99
  image_path = 'path/to/your/manuscript_page.jpg'