Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ duplicated_from: florentgbelidji/blip_captioning
|
|
10 |
|
11 |
# Fork of [salesforce/BLIP](https://github.com/salesforce/BLIP) for a `image-captioning` task on 🤗Inference endpoint.
|
12 |
|
13 |
-
This repository implements a `custom` task for `image-captioning` for 🤗 Inference Endpoints.
|
14 |
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_
|
15 |
### expected Request payload
|
16 |
```json
|
|
|
10 |
|
11 |
# Fork of [salesforce/BLIP](https://github.com/salesforce/BLIP) for a `image-captioning` task on 🤗Inference endpoint.
|
12 |
|
13 |
+
This repository implements a `custom` task for `image-captioning` for 🤗 Inference Endpoints.
|
14 |
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_
|
15 |
### expected Request payload
|
16 |
```json
|