nielsr HF Staff commited on
Commit
599acf4
·
verified ·
1 Parent(s): e7836b2

Add `library_name: transformers` to metadata

Browse files

This PR improves the model card by adding the `library_name: transformers` to the metadata. This ensures that users can easily discover the model, benefit from the "How to use" widget on the Hub, and understand its compatibility with the Hugging Face Transformers library.

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,11 +1,12 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
5
  - zh
 
6
  pipeline_tag: text-to-speech
7
  tags:
8
  - Podcast
 
9
  ---
10
 
11
  ## VibeVoice: A Frontier Open-Source Text-to-Speech Model
 
1
  ---
 
2
  language:
3
  - en
4
  - zh
5
+ license: mit
6
  pipeline_tag: text-to-speech
7
  tags:
8
  - Podcast
9
+ library_name: transformers
10
  ---
11
 
12
  ## VibeVoice: A Frontier Open-Source Text-to-Speech Model