Cyrile commited on
Commit
a5362a9
·
verified ·
1 Parent(s): 7f44fc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -55,10 +55,10 @@ from transformers import AutoImageProcessor
55
  from transformers.models.detr import DetrForSegmentation
56
 
57
  img_proc = AutoImageProcessor.from_pretrained(
58
- "ArkeaIAF/detr-layout-detection"
59
  )
60
  model = DetrForSegmentation.from_pretrained(
61
- "ArkeaIAF/detr-layout-detection"
62
  )
63
 
64
  with torch.inference_mode():
 
55
  from transformers.models.detr import DetrForSegmentation
56
 
57
  img_proc = AutoImageProcessor.from_pretrained(
58
+ "cmarkea/detr-layout-detection"
59
  )
60
  model = DetrForSegmentation.from_pretrained(
61
+ "cmarkea/detr-layout-detection"
62
  )
63
 
64
  with torch.inference_mode():