Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -385,7 +385,7 @@ if __name__ == "__main__":
|
|
385 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Convert any MIDI score to a nice performance</h1>")
|
386 |
|
387 |
gr.Markdown("## Upload your MIDI or select a sample example MIDI below")
|
388 |
-
gr.Markdown("###
|
389 |
|
390 |
input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
|
391 |
|
|
|
385 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Convert any MIDI score to a nice performance</h1>")
|
386 |
|
387 |
gr.Markdown("## Upload your MIDI or select a sample example MIDI below")
|
388 |
+
gr.Markdown("### PLEASE NOTE that the score MIDI MUST HAVE at least 300 notes for this demo to work")
|
389 |
|
390 |
input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
|
391 |
|