Adjust wording in readme

This commit is contained in:
forensicmike1 2025-02-24 07:18:01 -07:00
parent 606627c49d
commit 487211e8c7

View File

@ -77,7 +77,7 @@ model = VLInfer(
)
# default will have streaming
# this method accepts a single path or PIL image, or an array of same.
# this method accepts a single path, url, or PIL image, or an array of same.
model.generate(images='images/cats.jpg', prompt='what is this?')
```