Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -429,9 +429,9 @@ with gr.Blocks() as demo:
|
|
429 |
|
430 |
output_audio = gr.Audio(label="MIDI audio", format="wav", elem_id="midi_audio")
|
431 |
output_plot = gr.Plot(label="MIDI score plot")
|
432 |
-
output_midi = gr.File(label="MIDI file", file_types=[".mid"])
|
433 |
output_lyrics = gr.Textbox(label="MIDI lyrics")
|
434 |
-
|
|
|
435 |
generate_btn.click(Generate_Karaoke,
|
436 |
[input_lyrics,
|
437 |
model_temperature
|
|
|
429 |
|
430 |
output_audio = gr.Audio(label="MIDI audio", format="wav", elem_id="midi_audio")
|
431 |
output_plot = gr.Plot(label="MIDI score plot")
|
|
|
432 |
output_lyrics = gr.Textbox(label="MIDI lyrics")
|
433 |
+
output_midi = gr.File(label="MIDI file", file_types=[".mid"])
|
434 |
+
|
435 |
generate_btn.click(Generate_Karaoke,
|
436 |
[input_lyrics,
|
437 |
model_temperature
|