Sandy commited on
Commit
9558cf7
1 Parent(s): 54fba5a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ if __name__ == '__main__':
127
  with gr.Column():
128
  vc_output1 = gr.Textbox(label="Output Message")
129
  vc_output2 = gr.Audio(label="Output Audio")
130
- vc_submit.click(vc_fn, [vc_input, vc_transform, auto_f0, tts_text, tts_voice, tts_mode], [vc_output1, vc_output2], api_name=f"{name.lowwer().strip()}")
131
  tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice, auto_f0])
132
  for category, link in others.items():
133
  with gr.TabItem(category):
 
127
  with gr.Column():
128
  vc_output1 = gr.Textbox(label="Output Message")
129
  vc_output2 = gr.Audio(label="Output Audio")
130
+ vc_submit.click(vc_fn, [vc_input, vc_transform, auto_f0, tts_text, tts_voice, tts_mode], [vc_output1, vc_output2], api_name=f"{name.lower().strip()}")
131
  tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice, auto_f0])
132
  for category, link in others.items():
133
  with gr.TabItem(category):