Spaces:
Running
on
Zero
Running
on
Zero
minor ui fix
#4
by
mrfakename
- opened
app.py
CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(css=css) as block:
|
|
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
|
144 |
"""
|
145 |
)
|
146 |
|
|
|
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>
|
144 |
"""
|
145 |
)
|
146 |
|