yadapruk commited on
Commit
8fc7730
·
verified ·
1 Parent(s): 1a982aa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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
+ ```