Nyashi commited on
Commit
0e02f46
1 Parent(s): 54f4b0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ if __name__ == '__main__':
179
  with gr.Column():
180
  vc_output1 = gr.Textbox(label="Mensaje de salida")
181
  vc_output2 = gr.Audio(label="Audio de salida")
182
- 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=f"generar-{name}")
183
  tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice])
184
  gr.Markdown('# <center>Changelog 2023.05.15')
185
  gr.Markdown('- Added support for direct upload to gradio')
 
179
  with gr.Column():
180
  vc_output1 = gr.Textbox(label="Mensaje de salida")
181
  vc_output2 = gr.Audio(label="Audio de salida")
182
+ 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=f"generar")
183
  tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice])
184
  gr.Markdown('# <center>Changelog 2023.05.15')
185
  gr.Markdown('- Added support for direct upload to gradio')