What should the input look like?
#43
by
tararelan
- opened
I've deployed the model on SageMaker, and I want to test it out. I'm not sure what the input it supposed to look like, but I tried the following:
{
"inputs": {
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/The_Kelpies_1-1_Stitch.jpg/1200px-The_Kelpies_1-1_Stitch.jpg"
}
}
I then get the following error:
Received client error (400) from primary with message "{
"code": 400,
"type": "InternalServerException",
"message": "Incorrect format used for image. Should be an url linking to an image, a base64 string, a local path, or a PIL image."
}
Any idea what it's supposed to be?