xJuuzouYTx
commited on
Commit
·
895578d
1
Parent(s):
20c5679
[FIX] default edge voices
Browse files
app.py
CHANGED
|
@@ -192,7 +192,7 @@ with gr.Blocks() as app:
|
|
| 192 |
|
| 193 |
with gr.Row():
|
| 194 |
tts_method = gr.Dropdown(choices=VOICE_METHODS, value="Edge-tts", label="Método TTS:", visible=True)
|
| 195 |
-
tts_model = gr.Dropdown(choices=
|
| 196 |
tts_api_key = gr.Textbox(label="ElevenLabs Api key", show_label=True, placeholder="4a4afce72349680c8e8b6fdcfaf2b65a",interactive=True, visible=False)
|
| 197 |
|
| 198 |
tts_coqui_languages = gr.Radio(
|
|
|
|
| 192 |
|
| 193 |
with gr.Row():
|
| 194 |
tts_method = gr.Dropdown(choices=VOICE_METHODS, value="Edge-tts", label="Método TTS:", visible=True)
|
| 195 |
+
tts_model = gr.Dropdown(choices=EDGE_VOICES, label="Modelo TTS:", visible=True, interactive=True)
|
| 196 |
tts_api_key = gr.Textbox(label="ElevenLabs Api key", show_label=True, placeholder="4a4afce72349680c8e8b6fdcfaf2b65a",interactive=True, visible=False)
|
| 197 |
|
| 198 |
tts_coqui_languages = gr.Radio(
|