Correct pipeline tag and add library name
#1
by
nielsr
HF Staff
- opened
This PR corrects the pipeline_tag
to image-to-text
which more accurately reflects the model's functionality (image input, text output). It also adds the library_name
as transformers
since the provided code snippets utilize the transformers library.