From b0468e4535865aa09ffc28d34666f1b713be7488 Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Sat, 17 Feb 2024 17:44:30 -0800 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca56d69..e4c04ef3 100644 --- a/README.md +++ b/README.md @@ -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.