diff --git a/readme.md b/readme.md index d3ab982..25f8c81 100644 --- a/readme.md +++ b/readme.md @@ -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?') ```