1aurent commited on
Commit
7a230ec
1 Parent(s): 88bd733

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ img = Image.open(urlopen(
38
  ))
39
 
40
  model = timm.create_model(
41
- '1aurent/vit_base_patch16_224.owkin_pancancer',
42
  pretrained=True,
43
  )
44
  model = model.eval()
 
38
  ))
39
 
40
  model = timm.create_model(
41
+ "hf-hub:1aurent/vit_base_patch16_224.owkin_pancancer",
42
  pretrained=True,
43
  )
44
  model = model.eval()