Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -14,3 +14,7 @@ Clone the repo (if you haven’t already) and install the environment:
|
|
| 14 |
git clone https://github.com/JiuhaiChen/BLIP3o.git
|
| 15 |
```
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
git clone https://github.com/JiuhaiChen/BLIP3o.git
|
| 15 |
```
|
| 16 |
|
| 17 |
+
Then run inference with
|
| 18 |
+
```
|
| 19 |
+
python inference.py /path/to/checkpoint
|
| 20 |
+
```
|