Edit model card

salesforce/BLIP for 🤗Inference endpoint deployment.

Expected payload:

Curl:

curl URL \
        -X POST \
        --data-binary @car.png \
        -H "Content-Type: image/png"

Python:

requests.post(ENDPOINT_URL, headers={"Content-Type": "image/png"}, data=open("car.png", 'rb').read()).json()
Downloads last month
0
Inference API
Inference API (serverless) does not yet support generic models for this pipeline type.