Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ Please see the instructions below.
|
|
20 |
1. **Download** the checkpoint: For some reason you cannot directly load from this online version (you will get an exception).
|
21 |
Please download this repo as below:
|
22 |
|
23 |
-
```
|
24 |
# pip install huggingface-hub
|
25 |
|
26 |
from huggingface_hub import snapshot_download
|
|
|
20 |
1. **Download** the checkpoint: For some reason you cannot directly load from this online version (you will get an exception).
|
21 |
Please download this repo as below:
|
22 |
|
23 |
+
```python
|
24 |
# pip install huggingface-hub
|
25 |
|
26 |
from huggingface_hub import snapshot_download
|