ctr26 commited on
Commit
ae18b8a
·
verified ·
1 Parent(s): 828fc29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,5 +9,5 @@ license: apache-2.0
9
  This model was trained with pythae. It can be downloaded or reloaded using the method `load_from_hf_hub`
10
  ```python
11
  >>> from pythae.models import AutoModel
12
- >>> model = AutoModel.load_from_hf_hub(hf_hub_path="your_hf_username/repo_name")
13
  ```
 
9
  This model was trained with pythae. It can be downloaded or reloaded using the method `load_from_hf_hub`
10
  ```python
11
  >>> from pythae.models import AutoModel
12
+ >>> model = AutoModel.load_from_hf_hub(hf_hub_path="bioimagearchive/resnet50_vqvae-idr0093")
13
  ```