jiuhai commited on
Commit
d7abd4e
·
verified ·
1 Parent(s): af21d02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -24,9 +24,20 @@ snapshot_download(
24
  )
25
  ```
26
 
 
27
 
28
- You can use gradio demo: https://github.com/JiuhaiChen/BLIP3o/tree/main/gradio
 
 
 
 
 
 
 
 
29
 
30
- ```python
31
- python app.py /your/model/path/
 
 
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
  ```