Add audio-to-audio pipeline tag and improve model card
#1
by nielsr HF Staff - opened
This PR improves the model card of the HAFM model by:
- Adding the
pipeline_tag: audio-to-audioto the metadata, which ensures the model is discoverable under the Audio-to-Audio task category on the Hugging Face Hub. - Improving the formatting of the inference command into a proper markdown code block and updating the script name to
infer_simple.pyto align with the official GitHub repository.
zhuqijian changed pull request status to merged