SlowPacer commited on
Commit
d892289
1 Parent(s): 5318d99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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. The code for the customized pipeline is in the [pipeline.py](https://huggingface.co/florentgbelidji/blip_captioning/blob/main/pipeline.py).
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