Spaces:
Runtime error
Runtime error
sanchit-gandhi
commited on
Commit
·
af632c6
1
Parent(s):
8e3aff1
description
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(css=css) as block:
|
|
140 |
<li>Specify the name of a male speaker (Jerry, Thomas) or female speaker (Talia, Elisabeth) for consistent voices</li>
|
141 |
<li>The model can generate in a range of emotions, including: "happy", "confused", "default" (meaning no particular emotion conveyed), "laughing", "sad", "whisper", "emphasis"</li>
|
142 |
<li>Punctuation can be used to control the prosody of the generations, e.g. use commas to add small breaks in speech</li>
|
143 |
-
<li>
|
144 |
</ul>
|
145 |
</p>
|
146 |
"""
|
|
|
140 |
<li>Specify the name of a male speaker (Jerry, Thomas) or female speaker (Talia, Elisabeth) for consistent voices</li>
|
141 |
<li>The model can generate in a range of emotions, including: "happy", "confused", "default" (meaning no particular emotion conveyed), "laughing", "sad", "whisper", "emphasis"</li>
|
142 |
<li>Punctuation can be used to control the prosody of the generations, e.g. use commas to add small breaks in speech</li>
|
143 |
+
<li>To emphasise particular words, wrap them in asterisk (e.g. *you* in the example above) and include "emphasis" in the prompt</li>
|
144 |
</ul>
|
145 |
</p>
|
146 |
"""
|