Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,6 +84,8 @@ if __name__ == '__main__':
|
|
84 |
vc_input = gr.Audio(label="Input audio"+' (less than 20 seconds)' if limitation else '')
|
85 |
vc_transform = gr.Number(label="vc_transform", value=0)
|
86 |
auto_f0 = gr.Checkbox(label="auto_f0", value=False)
|
|
|
|
|
87 |
with gr.Column():
|
88 |
vc_output1 = gr.Textbox(label="Output Message")
|
89 |
vc_output2 = gr.Audio(label="Output Audio")
|
|
|
84 |
vc_input = gr.Audio(label="Input audio"+' (less than 20 seconds)' if limitation else '')
|
85 |
vc_transform = gr.Number(label="vc_transform", value=0)
|
86 |
auto_f0 = gr.Checkbox(label="auto_f0", value=False)
|
87 |
+
vc_submit = gr.Button("Generate", variant="primary")
|
88 |
+
|
89 |
with gr.Column():
|
90 |
vc_output1 = gr.Textbox(label="Output Message")
|
91 |
vc_output2 = gr.Audio(label="Output Audio")
|