Eorros when uploading image to Hugging Face Model API

Hello Everyone,

I am trying to integrate AI into my app by uploading an image to the image classification model via the Hugging Face Inference API (🤗 Hosted Inference API). But I get the following error and not sure why that is:

Status code 400
{“error”:[“Error in inputs: Invalid image: b’--------------------…'”]}

Find following my configuration for the API.

Any ideas