Yuxuan-Qiao
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -34,5 +34,5 @@ Clone the [Prism](https://github.com/SparksJoe/Prism) repo and complete the [pre
|
|
34 |
from decouple import supported_VLM
|
35 |
|
36 |
model = supported_VLM['prismcaptioner-2b']()
|
37 |
-
res = model.generate('assets/case1.png', 'Given the image below, please provide a detailed description of what you see.')
|
38 |
```
|
|
|
34 |
from decouple import supported_VLM
|
35 |
|
36 |
model = supported_VLM['prismcaptioner-2b']()
|
37 |
+
res = model.generate(['assets/case1.png', 'Given the image below, please provide a detailed description of what you see.'])
|
38 |
```
|