admin
commited on
Commit
·
cc11b49
1
Parent(s):
1a9856e
huggingface_hub
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ This is an object detection model in the realm of insect identification, support
|
|
18 |
|
19 |
## Usage
|
20 |
```python
|
21 |
-
from
|
22 |
model_dir = snapshot_download("Genius-Society/insecta")
|
23 |
```
|
24 |
|
|
|
18 |
|
19 |
## Usage
|
20 |
```python
|
21 |
+
from huggingface_hub import snapshot_download
|
22 |
model_dir = snapshot_download("Genius-Society/insecta")
|
23 |
```
|
24 |
|