Update readme.md

This commit is contained in:
MagicSource 2025-04-22 21:49:27 +08:00 committed by GitHub
parent f17be364e4
commit e7578375e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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!