Add pipeline tag and library_name to model card
#1
by
nielsr
HF Staff
- opened
This pull request enhances the model card by:
- Adding
pipeline_tag: image-to-image
to improve discoverability for users searching for image-to-image models on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=image-to-image). - Specifying
library_name: keras
based on evidence inconfig.json
and GitHub repository tags, which will enable an automated code snippet for Keras users to easily get started with the model.
These updates will make the model more accessible and easier to use for the community.
Thanks!
tristan-deep
changed pull request status to
merged