Update app.py
Browse files
app.py
CHANGED
@@ -126,13 +126,18 @@ with gr.Blocks(css=css) as block:
|
|
126 |
)
|
127 |
gr.HTML(
|
128 |
f"""
|
129 |
-
|
130 |
-
|
131 |
-
<
|
132 |
-
|
133 |
-
|
134 |
-
<
|
135 |
-
<
|
|
|
|
|
|
|
|
|
|
|
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():
|