nielsr HF Staff commited on
Commit
6268480
·
verified ·
1 Parent(s): 2e54573

Add library name

Browse files

This PR makes sure the model has `library_name: transformers`. This ensures the "how to use" button appears on the top right of the screen, allowing people to easily use the model in their projects.

Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -4,10 +4,9 @@ datasets:
4
  language:
5
  - en
6
  pipeline_tag: text-to-speech
 
7
  ---
8
 
9
-
10
-
11
  # SLED-TTS: Efficient Speech Language Modeling via Energy Distance in Continuous Space
12
  [![HuggingFace](https://img.shields.io/badge/HuggingFace-FEC200?style=flat&logo=Hugging%20Face)](https://huggingface.co/collections/ICTNLP/sled-tts-680253e19c889010a1a376ac)
13
  [![WeChat AI](https://img.shields.io/badge/WeChat%20AI-4CAF50?style=flat&logo=wechat)](https://www.wechat.com)
 
4
  language:
5
  - en
6
  pipeline_tag: text-to-speech
7
+ library_name: transformers
8
  ---
9
 
 
 
10
  # SLED-TTS: Efficient Speech Language Modeling via Energy Distance in Continuous Space
11
  [![HuggingFace](https://img.shields.io/badge/HuggingFace-FEC200?style=flat&logo=Hugging%20Face)](https://huggingface.co/collections/ICTNLP/sled-tts-680253e19c889010a1a376ac)
12
  [![WeChat AI](https://img.shields.io/badge/WeChat%20AI-4CAF50?style=flat&logo=wechat)](https://www.wechat.com)