asigalov61 commited on
Commit
abb61b3
1 Parent(s): 51083cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -372,6 +372,7 @@ if __name__ == "__main__":
372
  )
373
 
374
  gr.Markdown("## Upload any MIDI to classify")
 
375
 
376
  input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
377
  input_sampling_resolution = gr.Slider(1, 5, value=2, step=1, label="Classification sampling resolution")
 
372
  )
373
 
374
  gr.Markdown("## Upload any MIDI to classify")
375
+ gr.Markdown("### Please note that the MIDI file must have at least 340 notes for this demo to work")
376
 
377
  input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
378
  input_sampling_resolution = gr.Slider(1, 5, value=2, step=1, label="Classification sampling resolution")