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”)

1 Like

Hello @maria-alish ,
The Hugging Face connector is based on the Rest connector, and as such, it currently does not support binary data as input.

1 Like

Thanks for answer!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.