thecollabagepatch commited on
Commit
df33387
1 Parent(s): 140426b
Files changed (1) hide show
  1. app.py +1 -1
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", source="upload", type="filepath")
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