Update app.py
Browse files
app.py
CHANGED
@@ -1538,7 +1538,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose")
|
|
1538 |
record_button.change(fn=save_to_wav, inputs=[record_button], outputs=[input_audio0])
|
1539 |
record_button.change(fn=change_choices2, inputs=[], outputs=[input_audio0])
|
1540 |
with gr.Row():
|
1541 |
-
with gr.Accordion('ElevenLabs / Google TTS', open=False):
|
1542 |
with gr.Column():
|
1543 |
lang = gr.Radio(label='Chinese & Japanese do not work with ElevenLabs currently.',choices=['ar','en','it','es','fr','pt','zh-CN','de','hi','ja'], value='en')
|
1544 |
api_box = gr.Textbox(label="Enter your API Key for ElevenLabs, or leave empty to use GoogleTTS", value='')
|
@@ -1729,7 +1729,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose")
|
|
1729 |
[vc_output1, vc_output2],
|
1730 |
)
|
1731 |
|
1732 |
-
with gr.Accordion("Batch Conversion",open=False, visible=
|
1733 |
with gr.Row():
|
1734 |
with gr.Column():
|
1735 |
vc_transform1 = gr.Number(
|
|
|
1538 |
record_button.change(fn=save_to_wav, inputs=[record_button], outputs=[input_audio0])
|
1539 |
record_button.change(fn=change_choices2, inputs=[], outputs=[input_audio0])
|
1540 |
with gr.Row():
|
1541 |
+
with gr.Accordion('ElevenLabs / Google TTS', open=False, visible=False):
|
1542 |
with gr.Column():
|
1543 |
lang = gr.Radio(label='Chinese & Japanese do not work with ElevenLabs currently.',choices=['ar','en','it','es','fr','pt','zh-CN','de','hi','ja'], value='en')
|
1544 |
api_box = gr.Textbox(label="Enter your API Key for ElevenLabs, or leave empty to use GoogleTTS", value='')
|
|
|
1729 |
[vc_output1, vc_output2],
|
1730 |
)
|
1731 |
|
1732 |
+
with gr.Accordion("Batch Conversion",open=False, visible=False):
|
1733 |
with gr.Row():
|
1734 |
with gr.Column():
|
1735 |
vc_transform1 = gr.Number(
|