Yuxuan-Qiao commited on
Commit
d89f8b4
1 Parent(s): 2297f4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-7b']()
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-7b']()
37
+ res = model.generate(['assets/case1.png', 'Given the image below, please provide a detailed description of what you see.'])
38
  ```