lauraibnz commited on
Commit
58ffe29
·
1 Parent(s): f132fe0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -64,7 +64,6 @@ with gr.Blocks(title="🎹 MIDI-AudioLDM", theme=gr.themes.Base(text_size=gr.the
64
  upload_button.upload(synthesize, upload_button, midi_synth)
65
  prompt = gr.Textbox(label="prompt", info="Enter a descriptive text prompt to guide the audio generation.")
66
  with gr.Column(variant='panel'):
67
- midi.upload(synthesize, inputs=midi, outputs=midi_synth)
68
  audio = gr.Audio(label="generated audio")
69
  with gr.Accordion("Advanced Settings", open=False):
70
  duration = gr.Slider(0, 30, value=10, step=2.5, label="duration", info="Modify the duration in seconds of the output audio file.")
 
64
  upload_button.upload(synthesize, upload_button, midi_synth)
65
  prompt = gr.Textbox(label="prompt", info="Enter a descriptive text prompt to guide the audio generation.")
66
  with gr.Column(variant='panel'):
 
67
  audio = gr.Audio(label="generated audio")
68
  with gr.Accordion("Advanced Settings", open=False):
69
  duration = gr.Slider(0, 30, value=10, step=2.5, label="duration", info="Modify the duration in seconds of the output audio file.")