Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -543,7 +543,7 @@ with gr.Blocks() as demo:
|
|
543 |
for faster execution and endless generation!
|
544 |
""")
|
545 |
|
546 |
-
gr.Markdown("## Upload
|
547 |
|
548 |
input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
|
549 |
input_midi.upload(reset)
|
|
|
543 |
for faster execution and endless generation!
|
544 |
""")
|
545 |
|
546 |
+
gr.Markdown("## Upload seed MIDI or click 'Generate' button for random output")
|
547 |
|
548 |
input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
|
549 |
input_midi.upload(reset)
|