Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -185,8 +185,8 @@ with gr.Blocks() as app:
|
|
| 185 |
gr.Examples(
|
| 186 |
examples=[
|
| 187 |
["Hello there! This is a test of the text-to-speech system.", "alloy", "neutral", True, 12345],
|
| 188 |
-
["Surely you wouldn't want *that*. [laughs]", "shimmer", "sarcastic and mocking", True, 12345],
|
| 189 |
-
["I am feeling...a bit down today
|
| 190 |
["This technology is absolutely amazing!", "nova", "excited and joyful", True, 12345],
|
| 191 |
],
|
| 192 |
inputs=[prompt_input, voice_dropdown, emotion_input, random_seed_checkbox, seed_input],
|
|
|
|
| 185 |
gr.Examples(
|
| 186 |
examples=[
|
| 187 |
["Hello there! This is a test of the text-to-speech system.", "alloy", "neutral", True, 12345],
|
| 188 |
+
["Surely *you* [hiccup] wouldn't want *that*. [laughs]", "shimmer", "sarcastic and mocking", True, 12345],
|
| 189 |
+
["[sobbing]I am feeling...[sighs] a bit down today [cry]", "fable", "sad and depressed, with stammering", False, 662437],
|
| 190 |
["This technology is absolutely amazing!", "nova", "excited and joyful", True, 12345],
|
| 191 |
],
|
| 192 |
inputs=[prompt_input, voice_dropdown, emotion_input, random_seed_checkbox, seed_input],
|