Text-to-Speech
F5-TTS
nielsr HF staff commited on
Commit
e106f10
1 Parent(s): d34a3c9

Enable download stats

Browse files

This PR ensures download stats will work for your model, by adding the library_name metadata tag.

See https://huggingface.co/docs/hub/en/models-download-stats for details.

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: cc-by-4.0
3
  pipeline_tag: text-to-speech
 
4
  ---
5
  Download [F5-TTS](https://huggingface.co/SWivid/F5-TTS/tree/main/F5TTS_Base) or [E2 TTS](https://huggingface.co/SWivid/F5-TTS/tree/main/E2TTS_Base) and place under ckpts/
6
  ```
 
1
  ---
2
  license: cc-by-4.0
3
  pipeline_tag: text-to-speech
4
+ library_name: f5-tts
5
  ---
6
  Download [F5-TTS](https://huggingface.co/SWivid/F5-TTS/tree/main/F5TTS_Base) or [E2 TTS](https://huggingface.co/SWivid/F5-TTS/tree/main/E2TTS_Base) and place under ckpts/
7
  ```