Add pipeline tag and library name
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by adding key metadata:
pipeline_tag: image-to-image: This ensures the model is discoverable under the correct task, making it easier for users to find when browsing models on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=image-to-image).library_name: pytorch: This specifies the deep learning library used, providing essential context for users looking to integrate or use the model.
Thanks! Merged β Iβll make the updates for the rest of the models as well π
egorchistov
changed pull request status to
merged