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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ 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
32
 
33
  img_proc = AutoImageProcessor.from_pretrained(
34
  "ArkeaIAF/detr-layout-detection"
 
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"