Views
No views yet
zero-sho-image-classification Inference endpoint.custom task for zero-shot-image-classification for 🤗 Inference Endpoints. The code for the customized
pipeline is in the handler.py.Custom as task to use the handler.py file.1{
2 "image": encoded_image,
3 "parameters": {
4 "candidate_labels": "green, yellow, blue, white, silver"
5 }
6}