sanchit-gandhi HF staff commited on
Commit
88dfd37
1 Parent(s): 50a7cb9

fix example

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -21,7 +21,7 @@ SEED = 41
21
  default_text = "Please surprise me and speak in whatever voice you enjoy."
22
  examples = [
23
  [
24
- "Remember - this is only the first iteration of the model! To improve the prosody and naturalness of the speech further, we're scaling up the amount of training data by a factor of five times."
25
  "A male speaker with a low-pitched voice delivering his words at a fast pace in a small, confined space with a very clear audio and an animated tone."
26
  ],
27
  [
@@ -143,7 +143,8 @@ with gr.Blocks(css=css) as block:
143
  <a href="https://github.com/huggingface/parler-tts"> Parler-TTS</a> repository on GitHub.</p>
144
 
145
  <p>The Parler-TTS codebase and its associated checkpoints are licensed under <a href='https://github.com/huggingface/parler-tts?tab=Apache-2.0-1-ov-file#readme'> Apache 2.0</a></p>.
146
- """)
 
147
 
148
  block.queue()
149
  block.launch(share=True)
 
21
  default_text = "Please surprise me and speak in whatever voice you enjoy."
22
  examples = [
23
  [
24
+ "Remember - this is only the first iteration of the model! To improve the prosody and naturalness of the speech further, we're scaling up the amount of training data by a factor of five times.",
25
  "A male speaker with a low-pitched voice delivering his words at a fast pace in a small, confined space with a very clear audio and an animated tone."
26
  ],
27
  [
 
143
  <a href="https://github.com/huggingface/parler-tts"> Parler-TTS</a> repository on GitHub.</p>
144
 
145
  <p>The Parler-TTS codebase and its associated checkpoints are licensed under <a href='https://github.com/huggingface/parler-tts?tab=Apache-2.0-1-ov-file#readme'> Apache 2.0</a></p>.
146
+ """
147
+ )
148
 
149
  block.queue()
150
  block.launch(share=True)