Cyrile commited on
Commit
297a13a
·
verified ·
1 Parent(s): 75ff05d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-base-layout-detection"
35
  )
36
  model = DetrForSegmentation.from_pretrained(
37
- "ArkeaIAF/detr-base-layout-detection"
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():