mwmathis commited on
Commit
acd2748
1 Parent(s): 7e589cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,9 +24,9 @@ from pathlib import Path
24
  from dlclibrary import download_huggingface_model
25
 
26
  # Creates a folder and downloads the model to it
27
- model_dir = Path("./superanimal_quadruped_model")
28
  model_dir.mkdir()
29
- download_huggingface_model("superanimal_quadruped", model_dir)
30
  ```
31
 
32
  ## Intended Use
 
24
  from dlclibrary import download_huggingface_model
25
 
26
  # Creates a folder and downloads the model to it
27
+ model_dir = Path("./superanimal_quadruped_model_pytorch")
28
  model_dir.mkdir()
29
+ download_huggingface_model("superanimal_quadruped_pytorch", model_dir)
30
  ```
31
 
32
  ## Intended Use