admin
commited on
Commit
•
c4995cf
1
Parent(s):
994a8ea
upd md
Browse files
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("
|
24 |
```
|
25 |
|
26 |
## 下载 Clone with HTTP
|
27 |
```bash
|
28 |
-
git clone [email protected]:
|
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 |
|