Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Feb 18, 2024
1 parent bcc376e commit b0468e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import lmm_tools as lmt

model = lmt.lmm.get_model("llava")
model.generate("Describe this image", "image.png")
>>> "A dog is sitting on a couch"
>>> "A yellow house with a green lawn."
```

You can use the `DataStore` class to store your images, add new metadata to them such as descriptions, and search over different columns.
Expand Down

0 comments on commit b0468e4

Please sign in to comment.