Connector hugging face

Hello dear community!
Maybe someone has tried the connector Hugging face.
My question is: does this connector support such data transfer?

curl https://api-inference.huggingface.co/models/Salesforce/blip-image-captioning-base
-X POST
data-binary@cats.jpg
-H “Authorization: Bearer hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”

(i mean, when on the input of model is a picture)

or the connector only works with input text? (instead
“data-binary” on the input “form- data”)