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

Sign up or log in to comment