Object Detection
English
biology
medical
admin commited on
Commit
c4995cf
1 Parent(s): 994a8ea
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,12 +20,12 @@ Conducting age and gender recognition in real-world scenarios is a task replete
20
  ## 使用 Usage
21
  ```python
22
  from modelscope import snapshot_download
23
- model_dir = snapshot_download("MuGeminorum/MiVOLO")
24
  ```
25
 
26
  ## 下载 Clone with HTTP
27
  ```bash
28
- git clone [email protected]:MuGeminorum/MiVOLO
29
  cd MiVOLO
30
  ```
31
 
 
20
  ## 使用 Usage
21
  ```python
22
  from modelscope import snapshot_download
23
+ model_dir = snapshot_download("MuGemSt/MiVOLO")
24
  ```
25
 
26
  ## 下载 Clone with HTTP
27
  ```bash
28
+ git clone [email protected]:MuGemSt/MiVOLO
29
  cd MiVOLO
30
  ```
31