nielsr HF Staff commited on
Commit
c799c37
·
verified ·
1 Parent(s): 3b44b2e

Add pipeline tag and library name

Browse files

This PR adds the `pipeline_tag` and `library_name` to the model card metadata. This ensures the model can be found at https://huggingface.co/models?pipeline_tag=text-to-speech and the proper library is recognized for the model.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
3
  ---
4
 
5
  # CapSpeech
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ pipeline_tag: text-to-speech
4
+ library_name: transformers
5
  ---
6
 
7
  # CapSpeech