Spaces:
Sleeping
Sleeping
aheedsajid
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -228,7 +228,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as interface:
|
|
228 |
with gr.Column():
|
229 |
speaker2_voice = gr.Dropdown(
|
230 |
choices=available_voices,
|
231 |
-
value=next((v for v in available_voices if "
|
232 |
label="Second Speaker Voice",
|
233 |
info="Select voice for the second speaker"
|
234 |
)
|
|
|
228 |
with gr.Column():
|
229 |
speaker2_voice = gr.Dropdown(
|
230 |
choices=available_voices,
|
231 |
+
value=next((v for v in available_voices if "Ava" in v), available_voices[0]),
|
232 |
label="Second Speaker Voice",
|
233 |
info="Select voice for the second speaker"
|
234 |
)
|