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