Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ This is BLIP3o-8B checkpoint trained on the **open source** data.
|
|
| 19 |
from huggingface_hub import snapshot_download
|
| 20 |
|
| 21 |
snapshot_download(
|
| 22 |
-
repo_id="BLIP3o/BLIP3o-Model-
|
| 23 |
repo_type="model"
|
| 24 |
)
|
| 25 |
```
|
|
|
|
| 19 |
from huggingface_hub import snapshot_download
|
| 20 |
|
| 21 |
snapshot_download(
|
| 22 |
+
repo_id="BLIP3o/BLIP3o-Model-8B",
|
| 23 |
repo_type="model"
|
| 24 |
)
|
| 25 |
```
|