admin commited on
Commit
30aafba
·
1 Parent(s): 6f270be

huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 modelscope import snapshot_download
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