Update README.md
Browse files
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
|
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(
|