davidmeikle commited on
Commit
bf1019f
·
verified ·
1 Parent(s): 80b5649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -7
app.py CHANGED
@@ -126,13 +126,18 @@ with gr.Blocks(css=css) as block:
126
  )
127
  gr.HTML(
128
  f"""
129
- <p><a href="https://github.com/huggingface/parler-tts">Parler-TTS</a> is a training and inference library for
130
- high-fidelity text-to-speech (TTS) models.</p>
131
- <p>The model demonstrated here, German Parler-TTS <a href="https://huggingface.co/davidmeikle/german_parler_tts_mini_v0.1">Mini v0.1 German</a>,
132
- has been fine-tuned on a German dataset. It generates high-quality speech with features that can be controlled using a simple text prompt (e.g. gender, background noise, speaking rate, pitch and reverberation).
133
- Due to limitations on the dataset, this model might underperform for female voices (we recommend using male voices only).</p>
134
- <p>By default, Parler-TTS generates 🎲 random male voice characteristics. To ensure 🎯 <b>speaker consistency</b> across generations, try to use consistent descriptions in your prompts.</p>
135
- <p><b>Important note:</b> this model does NOT work in english, it will generate incoherent audios. But you can still use the original Parler TTS model for that. </p>
 
 
 
 
 
136
  """
137
  )
138
  with gr.Row():
 
126
  )
127
  gr.HTML(
128
  f"""
129
+ <p>This model is a version of <strong><a href="https://github.com/huggingface/parler-tts">Parler-TTS</a> Mini V1</strong> trained for the German language.</p>
130
+ <p>The model has five voices to choose from:</p>
131
+ <ul>
132
+ <li>Brenda</li>
133
+ <li>Hans</li>
134
+ <li>Christof</li>
135
+ <li>Ana</li>
136
+ <li>Elena</li>
137
+ </ul>
138
+ <p>Due to limitations on the volume of recordings in the dataset, this model may underperform for female voices at present.</p>
139
+ <p>By default, Parler-TTS generates random voice characteristics. To ensure speaker consistency across generations, aim to use consistent descriptions in your prompts.</p>
140
+ <p><b>Please Note:</b> this model has not been trained to work in English, it will generate incoherent output. </p>
141
  """
142
  )
143
  with gr.Row():