Lycoris53 commited on
Commit
e0e70e3
·
verified ·
1 Parent(s): c1a65c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def get_vits_array(input_text, flag):
127
 
128
  gradio_interface = gr.Interface(
129
  fn = get_vits_array,
130
- inputs = ["text", "text"],
131
  outputs = ["text", "audio"]
132
  )
133
 
 
127
 
128
  gradio_interface = gr.Interface(
129
  fn = get_vits_array,
130
+ inputs = ["text", gr.Dropdown(["mokuran", "audio_array", "audio_file"], value="audio_file")],
131
  outputs = ["text", "audio"]
132
  )
133