Update README.md
Browse files
README.md
CHANGED
@@ -24,9 +24,20 @@ snapshot_download(
|
|
24 |
)
|
25 |
```
|
26 |
|
|
|
27 |
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
-
|
31 |
-
|
|
|
|
|
32 |
```
|
|
|
24 |
)
|
25 |
```
|
26 |
|
27 |
+
Clone the repo (if you haven’t already) and install the environment:
|
28 |
|
29 |
+
```
|
30 |
+
git clone https://github.com/JiuhaiChen/BLIP3o.git
|
31 |
+
```
|
32 |
+
|
33 |
+
Change to the demo folder:
|
34 |
+
|
35 |
+
```
|
36 |
+
cd gradio
|
37 |
+
```
|
38 |
|
39 |
+
Launch with your model path:
|
40 |
+
|
41 |
+
```
|
42 |
+
python app.py /path/to/your/model
|
43 |
```
|