sanchit-gandhi HF staff commited on
Commit
2b2c760
1 Parent(s): e95e308

change name

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Parler TTS Expresso v0.1
3
  emoji: 📉
4
  colorFrom: red
5
  colorTo: red
 
1
  ---
2
+ title: Parler TTS Expresso
3
  emoji: 📉
4
  colorFrom: red
5
  colorTo: red
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(css=css) as block:
123
  "
124
  >
125
  <h1 style="font-weight: 900; margin-bottom: 7px; line-height: normal;">
126
- Parler-TTS: Expresso v0.1 ☕️️
127
  </h1>
128
  </div>
129
  </div>
@@ -131,7 +131,7 @@ with gr.Blocks(css=css) as block:
131
  )
132
  gr.HTML(
133
  f"""
134
- <p><a href="https://huggingface.co/parler-tts/parler_tts_mini_expresso_v0.1"> Parler-TTS Mini: Expresso v0.1</a>
135
  is a text-to-speech (TTS) model fine-tuned on the <a href="https://huggingface.co/datasets/ylacombe/expresso"> Expresso dataset</a>.
136
  It generates high-quality speech in a given <b>emotion</b> and <b>voice</b> that can be controlled through a simple text prompt.</p>
137
 
 
123
  "
124
  >
125
  <h1 style="font-weight: 900; margin-bottom: 7px; line-height: normal;">
126
+ Parler-TTS: Expresso ☕️️
127
  </h1>
128
  </div>
129
  </div>
 
131
  )
132
  gr.HTML(
133
  f"""
134
+ <p><a href="https://huggingface.co/parler-tts/parler-tts-mini-expresso"> Parler-TTS Mini: Expresso</a>
135
  is a text-to-speech (TTS) model fine-tuned on the <a href="https://huggingface.co/datasets/ylacombe/expresso"> Expresso dataset</a>.
136
  It generates high-quality speech in a given <b>emotion</b> and <b>voice</b> that can be controlled through a simple text prompt.</p>
137