admin commited on
Commit
c92876e
·
1 Parent(s): 9ae4373

huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ Conducting age and gender recognition in real-world scenarios is a task replete
20
 
21
  ## Usage
22
  ```python
23
- from modelscope import snapshot_download
24
  model_dir = snapshot_download("Genius-Society/MiVOLO")
25
  ```
26
 
 
20
 
21
  ## Usage
22
  ```python
23
+ from huggingface_hub import snapshot_download
24
  model_dir = snapshot_download("Genius-Society/MiVOLO")
25
  ```
26