Update README.md
Browse files
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("./
|
28 |
model_dir.mkdir()
|
29 |
-
download_huggingface_model("
|
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
|