justyoung commited on
Commit
62d96b0
·
verified ·
1 Parent(s): dc848d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Row():
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")