Spaces:
Sleeping
Sleeping
thecollabagepatch
commited on
Commit
·
df33387
1
Parent(s):
140426b
sigh
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks() as iface:
|
|
224 |
chord_progression = gr.Textbox(label="Chord Progression (e.g., Am CM Dm E7 Am)", visible=False)
|
225 |
bpm = gr.Slider(label="BPM", minimum=60, maximum=200, step=1, value=120)
|
226 |
generate_midi_button = gr.Button("Generate MIDI")
|
227 |
-
midi_audio = gr.Audio(label="Generated MIDI Audio"
|
228 |
|
229 |
with gr.Column():
|
230 |
# Input components for music generation based on MIDI
|
|
|
224 |
chord_progression = gr.Textbox(label="Chord Progression (e.g., Am CM Dm E7 Am)", visible=False)
|
225 |
bpm = gr.Slider(label="BPM", minimum=60, maximum=200, step=1, value=120)
|
226 |
generate_midi_button = gr.Button("Generate MIDI")
|
227 |
+
midi_audio = gr.Audio(label="Generated MIDI Audio")
|
228 |
|
229 |
with gr.Column():
|
230 |
# Input components for music generation based on MIDI
|