asigalov61 commited on
Commit
0619dd4
·
verified ·
1 Parent(s): a3d5514

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("### For best results use MIDIs with 1:2 notes to drums ratio")
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