Commit ·
0e15755
1
Parent(s): 0f48e11
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ library_name: generic
|
|
| 9 |
|
| 10 |
This repository implements a `custom` task for `zero-shot-image-classification` for 🤗 Inference Endpoints. The code for the customized pipeline is in the [pipeline.py](https://huggingface.co/philschmid/clip-zero-shot-image-classification/blob/main/pipeline.py).
|
| 11 |
|
| 12 |
-
To use deploy this model a an Inference Endpoint you have to select `
|
| 13 |
|
| 14 |
### expected Request payload
|
| 15 |
|
|
|
|
| 9 |
|
| 10 |
This repository implements a `custom` task for `zero-shot-image-classification` for 🤗 Inference Endpoints. The code for the customized pipeline is in the [pipeline.py](https://huggingface.co/philschmid/clip-zero-shot-image-classification/blob/main/pipeline.py).
|
| 11 |
|
| 12 |
+
To use deploy this model a an Inference Endpoint you have to select `Custom` as task to use the `pipeline.py` file. -> _double check if it is selected_
|
| 13 |
|
| 14 |
### expected Request payload
|
| 15 |
|