khof312 commited on
Commit
14857c0
·
verified ·
1 Parent(s): e00ada6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,10 +1,14 @@
1
  ---
2
- title: "Mockingbird"
3
  app_file: app.py
4
- sdk: "streamlit"
5
  python_version: 3.11.8
6
  streamlit_version: 1.44.1
7
  pinned: false
 
 
 
 
8
  ---
9
 
10
  # Mockingbird TTS Demo
@@ -21,4 +25,4 @@ Notes:
21
  1. ESpeak-NG seems to have the worst performance out of the box, but it has a lot of options for controlling voice output.
22
  2. Coqui is no longer being officially developed.
23
  3. Where a synthesizer supports multiple models/voices, I manually pick the appropriate model.
24
- 4. Not all synthesizers support a given language.
 
1
  ---
2
+ title: Mockingbird (v1 - deprecated)
3
  app_file: app.py
4
+ sdk: streamlit
5
  python_version: 3.11.8
6
  streamlit_version: 1.44.1
7
  pinned: false
8
+ emoji: 🚀
9
+ colorFrom: gray
10
+ colorTo: gray
11
+ short_description: Generate speech from text in multiple languages.
12
  ---
13
 
14
  # Mockingbird TTS Demo
 
25
  1. ESpeak-NG seems to have the worst performance out of the box, but it has a lot of options for controlling voice output.
26
  2. Coqui is no longer being officially developed.
27
  3. Where a synthesizer supports multiple models/voices, I manually pick the appropriate model.
28
+ 4. Not all synthesizers support a given language.