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