AshwinSankar
commited on
Commit
•
60a97c6
1
Parent(s):
cb7293c
fix typo
Browse files
app.py
CHANGED
@@ -343,7 +343,7 @@ with gr.Blocks(css=css) as block:
|
|
343 |
)
|
344 |
gr.HTML(
|
345 |
f"""
|
346 |
-
<p><a href="https://github.com/huggingface/Parler-TTS">
|
347 |
|
348 |
<p>Tips for effective usage:
|
349 |
<ul>
|
|
|
343 |
)
|
344 |
gr.HTML(
|
345 |
f"""
|
346 |
+
<p><a href="https://github.com/huggingface/Parler-TTS">ParlerTTS</a> is a training and inference library for high-quality text-to-speech (TTS) models. This demonstration highlights the flexibility of the IndicParlerTTS model, which generates natural, expressive speech for over 22 Indian languages, using a simple text prompt to control features like speaker style, tone, pitch, pace, and more.</p>
|
347 |
|
348 |
<p>Tips for effective usage:
|
349 |
<ul>
|