aheedsajid commited on
Commit
1af33ca
1 Parent(s): 8d6738e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as interface:
221
  with gr.Column():
222
  speaker1_voice = gr.Dropdown(
223
  choices=available_voices,
224
- value=next((v for v in available_voices if "Christopher" in v), available_voices[0]),
225
  label="First Speaker Voice",
226
  info="Select voice for the first speaker"
227
  )
 
221
  with gr.Column():
222
  speaker1_voice = gr.Dropdown(
223
  choices=available_voices,
224
+ value=next((v for v in available_voices if "Andrew" in v), available_voices[0]),
225
  label="First Speaker Voice",
226
  info="Select voice for the first speaker"
227
  )