Spaces:
Running
Running
fixed text
Browse files
app.py
CHANGED
@@ -1531,15 +1531,15 @@ with gr.Blocks(theme=gr.themes.Base(), title='Voice DeepFake 💻') as app:
|
|
1531 |
refresh_button2 = gr.Button("Обновить", variant="primary", size='sm')
|
1532 |
record_button.change(fn=save_to_wav, inputs=[record_button], outputs=[input_audio0])
|
1533 |
record_button.change(fn=change_choices2, inputs=[], outputs=[input_audio0])
|
1534 |
-
with gr.Row():
|
1535 |
-
|
1536 |
-
|
1537 |
-
|
1538 |
-
|
1539 |
-
|
1540 |
-
|
1541 |
-
|
1542 |
-
|
1543 |
with gr.Row():
|
1544 |
with gr.Accordion('Wav2Lip', open=False, visible=False):
|
1545 |
with gr.Row():
|
|
|
1531 |
refresh_button2 = gr.Button("Обновить", variant="primary", size='sm')
|
1532 |
record_button.change(fn=save_to_wav, inputs=[record_button], outputs=[input_audio0])
|
1533 |
record_button.change(fn=change_choices2, inputs=[], outputs=[input_audio0])
|
1534 |
+
# with gr.Row():
|
1535 |
+
# with gr.Accordion('Текст в речь', open=False):
|
1536 |
+
# with gr.Column():
|
1537 |
+
# lang = gr.Radio(label='Выберите язык для озвучки.',choices=['en','es','ru','uk','pl','fr','de','tr'], value='en')
|
1538 |
+
# elevenid=gr.Dropdown(label="Голос:", choices=eleven_voices)
|
1539 |
+
# with gr.Column():
|
1540 |
+
# tfs = gr.Textbox(label="Введите свой текст", interactive=True, value="This is a test.")
|
1541 |
+
# tts_button = gr.Button(value="Генерировать")
|
1542 |
+
# tts_button.click(fn=elevenTTS, inputs=[tfs, elevenid, lang], outputs=[record_button, input_audio0])
|
1543 |
with gr.Row():
|
1544 |
with gr.Accordion('Wav2Lip', open=False, visible=False):
|
1545 |
with gr.Row():
|