NihalGazi commited on
Commit
940ff5b
·
verified ·
1 Parent(s): 78b95e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ with gr.Blocks() as app:
196
  examples=[
197
  ["Hello there! This is a test of the text-to-speech system.", "alloy", "neutral", False, 12345],
198
  ["Surely *you* wouldn't want *that*. [laughs]", "shimmer", "sarcastic and mocking", True, 12345],
199
- ["[sobbing] I am feeling... [sighs] a bit down today [cry]", "fable", "sad and depressed, with stammering", True, 662437],
200
  ["This technology is absolutely amazing!", "nova", "excited and joyful", True, 12345],
201
  ],
202
  inputs=[prompt_input, voice_dropdown, emotion_input, random_seed_checkbox, seed_input],
 
196
  examples=[
197
  ["Hello there! This is a test of the text-to-speech system.", "alloy", "neutral", False, 12345],
198
  ["Surely *you* wouldn't want *that*. [laughs]", "shimmer", "sarcastic and mocking", True, 12345],
199
+ ["[sobbing] I am feeling... [sighs] a bit down today [cry]", "ballad", "sad and depressed, with stammering", True, 662437],
200
  ["This technology is absolutely amazing!", "nova", "excited and joyful", True, 12345],
201
  ],
202
  inputs=[prompt_input, voice_dropdown, emotion_input, random_seed_checkbox, seed_input],