Update app.py
Browse files
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", "
|
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 |
|