admin
commited on
Commit
·
30aafba
1
Parent(s):
6f270be
huggingface_hub
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ This is a model for recognizing multi-digit house numbers, employing a deep conv
|
|
20 |
|
21 |
## Usage
|
22 |
```python
|
23 |
-
from
|
24 |
model_dir = snapshot_download("Genius-Society/svhn")
|
25 |
```
|
26 |
|
|
|
20 |
|
21 |
## Usage
|
22 |
```python
|
23 |
+
from huggingface_hub import snapshot_download
|
24 |
model_dir = snapshot_download("Genius-Society/svhn")
|
25 |
```
|
26 |
|