sanchit-gandhi commited on
Commit
af632c6
·
1 Parent(s): 8e3aff1

description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>Wrap words in asterisk to emphasise them (e.g. `*Remember*` in the example below)</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
  """