Update README.md
Browse files
README.md
CHANGED
@@ -31,10 +31,10 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
31 |
from transformers.models.detr import DetrForSegmentation
|
32 |
|
33 |
img_proc = AutoImageProcessor.from_pretrained(
|
34 |
-
"ArkeaIAF/detr-
|
35 |
)
|
36 |
model = DetrForSegmentation.from_pretrained(
|
37 |
-
"ArkeaIAF/detr-
|
38 |
)
|
39 |
|
40 |
with torch.inference_mode():
|
|
|
31 |
from transformers.models.detr import DetrForSegmentation
|
32 |
|
33 |
img_proc = AutoImageProcessor.from_pretrained(
|
34 |
+
"ArkeaIAF/detr-layout-detection"
|
35 |
)
|
36 |
model = DetrForSegmentation.from_pretrained(
|
37 |
+
"ArkeaIAF/detr-layout-detection"
|
38 |
)
|
39 |
|
40 |
with torch.inference_mode():
|