lisatthu35 commited on
Commit
6fc54e2
·
verified ·
1 Parent(s): f14d597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1531,7 +1531,7 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
1531
  with gr.Row():
1532
  with gr.Accordion('Text To Speech', open=False):
1533
  with gr.Column():
1534
- lang = gr.Radio(label='Chinese & Japanese do not work with ElevenLabs currently.',choices=['en','es','fr','pt','zh-CN','de','hi','ja'], value='en')
1535
  api_box = gr.Textbox(label="Enter your API Key for ElevenLabs, or leave empty to use GoogleTTS", value='')
1536
  elevenid=gr.Dropdown(label="Voice:", choices=eleven_voices)
1537
  with gr.Column():
 
1531
  with gr.Row():
1532
  with gr.Accordion('Text To Speech', open=False):
1533
  with gr.Column():
1534
+ lang = gr.Radio(label='Chinese & Japanese do not work with ElevenLabs currently.',choices=['vi','vn','en','es','fr','pt','zh-CN','de','hi','ja'], value='en')
1535
  api_box = gr.Textbox(label="Enter your API Key for ElevenLabs, or leave empty to use GoogleTTS", value='')
1536
  elevenid=gr.Dropdown(label="Voice:", choices=eleven_voices)
1537
  with gr.Column():