From e7578375e8b62c73ab3655dbfaa69e64232cc028 Mon Sep 17 00:00:00 2001 From: MagicSource Date: Tue, 22 Apr 2025 21:49:27 +0800 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!