Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def process_audio(url, model, output_format, overlap, segment_size, denoise):
|
|
72 |
# Gradio UI
|
73 |
with gr.Blocks() as demo:
|
74 |
gr.Markdown("# Hex Audio Separator")
|
75 |
-
with gr.
|
76 |
url_input = gr.Textbox(label="YouTube URL")
|
77 |
model_input = gr.Dropdown(choices=list(roformer_models.keys()), label="Roformer Model")
|
78 |
format_input = gr.Dropdown(choices=output_format, label="Output Format")
|
|
|
72 |
# Gradio UI
|
73 |
with gr.Blocks() as demo:
|
74 |
gr.Markdown("# Hex Audio Separator")
|
75 |
+
with gr.Column():
|
76 |
url_input = gr.Textbox(label="YouTube URL")
|
77 |
model_input = gr.Dropdown(choices=list(roformer_models.keys()), label="Roformer Model")
|
78 |
format_input = gr.Dropdown(choices=output_format, label="Output Format")
|