Cyrile commited on
Commit
c792bff
·
verified ·
1 Parent(s): 867315a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -28,7 +28,8 @@ This is the model card of a 🤗 transformers model that has been pushed on the
28
  ### Direct Use
29
 
30
  ```python
31
- from transformers.models.detr import DetrForSegmentation, AutoImageProcessor
 
32
 
33
  img_proc = AutoImageProcessor.from_pretrained(
34
  "ArkeaIAF/detr-layout-detection"
 
28
  ### Direct Use
29
 
30
  ```python
31
+ from transformer import AutoImageProcessor
32
+ from transformers.models.detr import DetrForSegmentation
33
 
34
  img_proc = AutoImageProcessor.from_pretrained(
35
  "ArkeaIAF/detr-layout-detection"