diff --git a/readme.md b/readme.md index c8b37ab..3859750 100644 --- a/readme.md +++ b/readme.md @@ -78,7 +78,7 @@ model = VLInfer( # default will have streaming # 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?') +model.generate(images=['images/cats.jpg'], prompt='what is this?') ``` That's all!