Spaces:
Running
Running
Commit
•
3c5fbe6
1
Parent(s):
4eb36d2
Fixed the speaker reference table link (#5)
Browse files- Fixed the speaker reference table link (1c949afaee83e998cab6f0e4daf25309b226e020)
Co-authored-by: Sherry Thomas <SherryT997@users.noreply.huggingface.co>
app.py
CHANGED
@@ -348,7 +348,7 @@ with gr.Blocks(css=css) as block:
|
|
348 |
<p>Tips for effective usage:
|
349 |
<ul>
|
350 |
<li>Use detailed captions to describe the speaker and desired characteristics (e.g., "Aditi speaks in a slightly expressive tone, with clear audio quality and a moderate pace.").</li>
|
351 |
-
<li>For best results, reference specific named speakers provided in the model card on the <a href="https://huggingface.co/
|
352 |
<li>Include terms like <b>"very clear audio"</b> or <b>"slightly noisy audio"</b> to control the audio quality and background ambiance.</li>
|
353 |
<li>Punctuation can be used to shape prosody (e.g., commas add pauses for natural phrasing).</li>
|
354 |
<li>If unsure about what caption to use, you can start with: <b>"The speaker speaks naturally. The recording is very high quality with no background noise."</b></li>
|
|
|
348 |
<p>Tips for effective usage:
|
349 |
<ul>
|
350 |
<li>Use detailed captions to describe the speaker and desired characteristics (e.g., "Aditi speaks in a slightly expressive tone, with clear audio quality and a moderate pace.").</li>
|
351 |
+
<li>For best results, reference specific named speakers provided in the model card on the <a href="https://huggingface.co/ai4bharat/indic-parler-tts#%F0%9F%8E%AF-using-a-specific-speaker">model page</a>.</li>
|
352 |
<li>Include terms like <b>"very clear audio"</b> or <b>"slightly noisy audio"</b> to control the audio quality and background ambiance.</li>
|
353 |
<li>Punctuation can be used to shape prosody (e.g., commas add pauses for natural phrasing).</li>
|
354 |
<li>If unsure about what caption to use, you can start with: <b>"The speaker speaks naturally. The recording is very high quality with no background noise."</b></li>
|