Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
8b0fa06
1
Parent(s):
88dfd37
fix footer
Browse files
app.py
CHANGED
@@ -137,9 +137,7 @@ with gr.Blocks(css=css) as block:
|
|
137 |
"""
|
138 |
<p>To improve the prosody and naturalness of the speech further, we're scaling up the amount of training data to 50k hours of speech.
|
139 |
The v1 release of the model will be trained on this data, as well as inference optimisations, such as flash attention
|
140 |
-
and torch compile, that will improve the latency by 2-4x
|
141 |
-
|
142 |
-
<p>If you want to find out more about how this model was trained and even fine-tune it yourself, check-out the
|
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>.
|
|
|
137 |
"""
|
138 |
<p>To improve the prosody and naturalness of the speech further, we're scaling up the amount of training data to 50k hours of speech.
|
139 |
The v1 release of the model will be trained on this data, as well as inference optimisations, such as flash attention
|
140 |
+
and torch compile, that will improve the latency by 2-4x. If you want to find out more about how this model was trained and even fine-tune it yourself, check-out the
|
|
|
|
|
141 |
<a href="https://github.com/huggingface/parler-tts"> Parler-TTS</a> repository on GitHub.</p>
|
142 |
|
143 |
<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>.
|