Deploying Model on sageMaker
#8
by
ABDOU9419
- opened
i deployed this model on aws sagemaker and i'm trying to test it by sending this request:
predictor.predict({
"inputs": "https://huggingface.co/datasets/mishig/sample_images/resolve/main/cat-dog-music.png",
"parameters": {
"candidate_labels": ['playing music', 'playing sports']
}
}
)
but the following error is shown
An error occurred (ModelError) when calling the InvokeEndpoint operation: Received client error (400) from model with message "{
"code": 400,
"type": "InternalServerException",
"message": "You have to specify pixel_values"
}
can you help me to fix this issue please ?
Hey, did you figure it out?
Having the same issues here :(