fffiloni commited on
Commit
5a68245
1 Parent(s): bfe96f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks() as demo:
79
  )
80
  with gr.Row():
81
  with gr.Column():
82
- with gr.Row():
83
  uploaded_image = gr.Image(label="Input Image", interactive=True, source="upload", type="filepath")
84
  melody = gr.Audio(source="upload", type="numpy", label="Melody Condition (optional)", interactive=True)
85
  with gr.Row():
 
79
  )
80
  with gr.Row():
81
  with gr.Column():
82
+ with gr.Column():
83
  uploaded_image = gr.Image(label="Input Image", interactive=True, source="upload", type="filepath")
84
  melody = gr.Audio(source="upload", type="numpy", label="Melody Condition (optional)", interactive=True)
85
  with gr.Row():