HuggingPanda commited on
Commit
a9c70bd
·
verified ·
1 Parent(s): 8390655

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,8 +13,8 @@ from PIL import Image
13
  from transformers import RTDetrForObjectDetection, RTDetrImageProcessor
14
 
15
  # Load the model and processor
16
- image_processor = RTDetrImageProcessor.from_pretrained("your-username/your-model-name")
17
- model = RTDetrForObjectDetection.from_pretrained("your-username/your-model-name")
18
 
19
  # Load an image
20
  image = Image.open("your-image.png")
 
13
  from transformers import RTDetrForObjectDetection, RTDetrImageProcessor
14
 
15
  # Load the model and processor
16
+ image_processor = RTDetrImageProcessor.from_pretrained("HuggingPanda/docling-layout")
17
+ model = RTDetrForObjectDetection.from_pretrained("HuggingPanda/docling-layout")
18
 
19
  # Load an image
20
  image = Image.open("your-image.png")