Improve MeanVC model card: Update pipeline tag and add sample usage
#2
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for MeanVC by:
- Correcting Metadata: The
pipeline_tagis updated from the incorrecttext-to-speechtoaudio-to-audioto accurately reflect its functionality as a voice conversion model. The erroneoustext-to-speechtag is also removed. - Adding Comprehensive Sample Usage: A new "Sample Usage" section is added, directly incorporating the detailed "Getting Started" instructions (environment setup, model download, real-time and offline conversion code snippets) from the project's GitHub README. This makes it much easier for users to interact with and use the model.
- Updating Image Paths: Relative image paths (
figs/model.png,figs/[email protected]) are updated to absolute URLs on the Hugging Face Hub (https://huggingface.co/ASLP-lab/MeanVC/resolve/main/figs/model.png) for improved robustness and rendering.
These changes enhance the model's discoverability and provide users with clearer, more actionable information.
ASLP-lab
changed pull request status to
merged