Update app.py
Browse files
app.py
CHANGED
@@ -494,7 +494,7 @@ with gr.Blocks(title="Hex RVC") as app:
|
|
494 |
button_model.click(fn=download_online_model, inputs=[url, dirname], outputs=[dirname])
|
495 |
with gr.Tab("Audio Separation"):
|
496 |
with gr.Row():
|
497 |
-
input_audio = gr.Audio(
|
498 |
output_dir = gr.Textbox(value="/content/output", label="Output Directory")
|
499 |
|
500 |
with gr.Accordion("Separation by Link", open = False):
|
|
|
494 |
button_model.click(fn=download_online_model, inputs=[url, dirname], outputs=[dirname])
|
495 |
with gr.Tab("Audio Separation"):
|
496 |
with gr.Row():
|
497 |
+
input_audio = gr.Audio(type="filepath", label="Upload Audio File")
|
498 |
output_dir = gr.Textbox(value="/content/output", label="Output Directory")
|
499 |
|
500 |
with gr.Accordion("Separation by Link", open = False):
|