Untitled
unknown
python
2 years ago
130 B
20
Indexable
response = await model.generate_content_async(
[
*images,
"Describe the images.",
]
)
print(response.text)Editor is loading...
Leave a Comment
response = await model.generate_content_async(
[
*images,
"Describe the images.",
]
)
print(response.text)