Cyrile commited on
Commit
00e0b81
1 Parent(s): c792bff

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 transformer import AutoImageProcessor
32
  from transformers.models.detr import DetrForSegmentation
33
 
34
  img_proc = AutoImageProcessor.from_pretrained(
 
28
  ### Direct Use
29
 
30
  ```python
31
+ from transformers import AutoImageProcessor
32
  from transformers.models.detr import DetrForSegmentation
33
 
34
  img_proc = AutoImageProcessor.from_pretrained(