Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks(title="🎹 MIDI-AudioLDM", theme=gr.themes.Default(text_size=gr.
|
|
46 |
midi = gr.File(label="midi file", file_types=[".mid"])
|
47 |
prompt = gr.Textbox(label="prompt")
|
48 |
neg_prompt = gr.Textbox(label="negative prompt")
|
49 |
-
with gr.Column(variant='
|
50 |
audio = gr.Audio(label="audio")
|
51 |
with gr.Accordion("Advanced Settings", open=False):
|
52 |
duration = gr.Slider(0, 30, value=5, step=5, label="duration (seconds)")
|
|
|
46 |
midi = gr.File(label="midi file", file_types=[".mid"])
|
47 |
prompt = gr.Textbox(label="prompt")
|
48 |
neg_prompt = gr.Textbox(label="negative prompt")
|
49 |
+
with gr.Column(variant='compact'):
|
50 |
audio = gr.Audio(label="audio")
|
51 |
with gr.Accordion("Advanced Settings", open=False):
|
52 |
duration = gr.Slider(0, 30, value=5, step=5, label="duration (seconds)")
|