notmahi commited on
Commit
43fb158
1 Parent(s): 637d766

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ You can find our [Home Pretrained Models (HPR)](https://dobb-e.com/#models), whi
26
  ```python
27
  import timm
28
 
29
- model = timm.create_model("hf-hub:notmahi/dobb-e", pretrained=True)
30
  ```
31
 
32
  You can read more about it on our [paper](https://arxiv.org/abs/2311.16098) or our [website](https://dobb-e.com).
 
26
  ```python
27
  import timm
28
 
29
+ model = timm.create_model("hf_hub:notmahi/dobb-e", pretrained=True)
30
  ```
31
 
32
  You can read more about it on our [paper](https://arxiv.org/abs/2311.16098) or our [website](https://dobb-e.com).