Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1529,7 +1529,7 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
|
1529 |
with gr.Row():
|
1530 |
with gr.Accordion('Text To Speech', open=False):
|
1531 |
with gr.Column():
|
1532 |
-
lang = gr.Radio(label='Chinese & Japanese do not work with ElevenLabs currently.',choices=['en','es','
|
1533 |
api_box = gr.Textbox(label="Enter your API Key for ElevenLabs, or leave empty to use GoogleTTS", value='')
|
1534 |
elevenid=gr.Dropdown(label="Voice:", choices=eleven_voices)
|
1535 |
with gr.Column():
|
|
|
1529 |
with gr.Row():
|
1530 |
with gr.Accordion('Text To Speech', open=False):
|
1531 |
with gr.Column():
|
1532 |
+
lang = gr.Radio(label='Chinese & Japanese do not work with ElevenLabs currently.',choices=['en','es','ru','uk','pl','fr','de','tr'], value='en')
|
1533 |
api_box = gr.Textbox(label="Enter your API Key for ElevenLabs, or leave empty to use GoogleTTS", value='')
|
1534 |
elevenid=gr.Dropdown(label="Voice:", choices=eleven_voices)
|
1535 |
with gr.Column():
|