image inference
#1
by
bk2000
- opened
how should i pass image and text
like this
data = {
"image" : 'https://raw.githimages/llava_logo.png',
"question" : "Describe the image and color details.",
}
output = predictor2.predict(data)
print(output)