mirror of
https://github.com/lucasjinreal/Namo-R1.git
synced 2026-01-14 06:17:15 +08:00
Update readme.md
This commit is contained in:
parent
f17be364e4
commit
e7578375e8
@ -78,7 +78,7 @@ model = VLInfer(
|
|||||||
|
|
||||||
# default will have streaming
|
# default will have streaming
|
||||||
# this method accepts a single path, url, 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?')
|
model.generate(images=['images/cats.jpg'], prompt='what is this?')
|
||||||
```
|
```
|
||||||
|
|
||||||
That's all!
|
That's all!
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user