Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ if __name__ == '__main__':
|
|
205 |
vc_submit = gr.Button("Generar", variant="primary")
|
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')
|
|
|
205 |
vc_submit = gr.Button("Generar", variant="primary")
|
206 |
with gr.Column():
|
207 |
vc_output1 = gr.Textbox(label="Mensaje de salida")
|
208 |
+
vc_output2 = gr.Audio(label="Audio de salida",format="mp3")
|
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')
|