Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
231 |
label="Voice 1",
|
232 |
info="Select the first voice for speech generation"
|
233 |
)
|
234 |
voice2 = gr.Dropdown(
|
235 |
choices=VOICES,
|
236 |
-
value="
|
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 |
)
|