Update app.py
Browse files
app.py
CHANGED
|
@@ -203,7 +203,7 @@ with gr.Blocks() as app:
|
|
| 203 |
examples=[
|
| 204 |
["Hello there! This is a test of the text-to-speech system.", "alloy", "neutral", False, 12345, ""],
|
| 205 |
["Surely *you* wouldn't want *that*. [laughs]", "shimmer", "sarcastic and mocking", True, 12345, ""],
|
| 206 |
-
["[sobbing] I am feeling... [sighs] a bit down today [cry]", "
|
| 207 |
["This technology is absolutely amazing!", "nova", "excited and joyful", True, 12345, ""],
|
| 208 |
],
|
| 209 |
inputs=[prompt_input, voice_dropdown, emotion_input, random_seed_checkbox, seed_input, api_key_input],
|
|
|
|
| 203 |
examples=[
|
| 204 |
["Hello there! This is a test of the text-to-speech system.", "alloy", "neutral", False, 12345, ""],
|
| 205 |
["Surely *you* wouldn't want *that*. [laughs]", "shimmer", "sarcastic and mocking", True, 12345, ""],
|
| 206 |
+
["[sobbing] I am feeling... [sighs] a bit down today [cry]", "onyx", "sad and depressed, with stammering", True, 662437, ""],
|
| 207 |
["This technology is absolutely amazing!", "nova", "excited and joyful", True, 12345, ""],
|
| 208 |
],
|
| 209 |
inputs=[prompt_input, voice_dropdown, emotion_input, random_seed_checkbox, seed_input, api_key_input],
|