Update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ if __name__ == '__main__':
|
|
206 |
with gr.Column():
|
207 |
vc_output1 = gr.Textbox(label="Mensaje de salida")
|
208 |
vc_output2 = gr.Audio(label="Audio de salida")
|
209 |
-
vc_submit.click(vc_fn, [vc_input, vc_transpose, vc_f0method, vc_index_ratio, tts_mode, tts_text, tts_voice], [vc_output1, vc_output2])
|
210 |
tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice])
|
211 |
gr.Markdown('# <center>Changelog 2023.05.15')
|
212 |
gr.Markdown('- Added support for direct upload to gradio')
|
|
|
206 |
with gr.Column():
|
207 |
vc_output1 = gr.Textbox(label="Mensaje de salida")
|
208 |
vc_output2 = gr.Audio(label="Audio de salida")
|
209 |
+
vc_submit.click(vc_fn, [vc_input, vc_transpose, vc_f0method, vc_index_ratio, tts_mode, tts_text, tts_voice], [vc_output1, vc_output2],api_name="generar")
|
210 |
tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice])
|
211 |
gr.Markdown('# <center>Changelog 2023.05.15')
|
212 |
gr.Markdown('- Added support for direct upload to gradio')
|