bluenevus commited on
Commit
ee040f7
·
verified ·
1 Parent(s): b75b2e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -227,13 +227,13 @@ with gr.Blocks(title="Orpheus Text-to-Speech") as demo:
227
  with gr.Column(scale=2):
228
  voice1 = gr.Dropdown(
229
  choices=VOICES,
230
- value="tara",
231
  label="Voice 1",
232
  info="Select the first voice for speech generation"
233
  )
234
  voice2 = gr.Dropdown(
235
  choices=VOICES,
236
- value="dan",
237
  label="Voice 2",
238
  info="Select the second voice for speech generation"
239
  )
 
227
  with gr.Column(scale=2):
228
  voice1 = gr.Dropdown(
229
  choices=VOICES,
230
+ value="leah",
231
  label="Voice 1",
232
  info="Select the first voice for speech generation"
233
  )
234
  voice2 = gr.Dropdown(
235
  choices=VOICES,
236
+ value="zac",
237
  label="Voice 2",
238
  info="Select the second voice for speech generation"
239
  )