Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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 |
)
|