Cyrile commited on
Commit
3ded383
1 Parent(s): 823de17

Update README.md

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