Fix naming issue with ImageToText pipeline (#18864)
Co-authored-by: Olivier Dehaene <olivier@huggingface.co>
This commit is contained in:
@@ -29,7 +29,7 @@ There are two categories of pipeline abstractions to be aware about:
|
||||
- [`FillMaskPipeline`]
|
||||
- [`ImageClassificationPipeline`]
|
||||
- [`ImageSegmentationPipeline`]
|
||||
- [`Image2TextGenerationPipeline`]
|
||||
- [`ImageToTextPipeline`]
|
||||
- [`ObjectDetectionPipeline`]
|
||||
- [`QuestionAnsweringPipeline`]
|
||||
- [`SummarizationPipeline`]
|
||||
@@ -366,9 +366,9 @@ That should enable you to do all the custom code you want.
|
||||
- __call__
|
||||
- all
|
||||
|
||||
### Image2TextGenerationPipeline
|
||||
### ImageToTextPipeline
|
||||
|
||||
[[autodoc]] Image2TextGenerationPipeline
|
||||
[[autodoc]] ImageToTextPipeline
|
||||
- __call__
|
||||
- all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user