Spaces:
Runtime error
Runtime error
Commit
•
0b86c09
1
Parent(s):
8b1a278
minor ui fix (#4)
Browse files- minor ui fix (f0eaac149c423bbb24d510c3e4007d4f082dc5a1)
Co-authored-by: mrfakename <mrfakename@users.noreply.huggingface.co>
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 |
|