bluenevus commited on
Commit
2ac64ec
·
verified ·
1 Parent(s): 4d20022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ 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="leah",
231
  label="Voice 1",
232
  info="Select the first voice for speech generation"
233
  )
 
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
  )