asigalov61 commited on
Commit
7208f86
1 Parent(s): ef8d779

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -321,7 +321,7 @@ if __name__ == "__main__":
321
  "![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Bridge-Music-Transformer&style=flat)\n\n")
322
 
323
  gr.Markdown("## Upload your MIDI or select a sample example MIDI below")
324
- gr.Markdown("### Please note that the MIDI must have at least 615 notes for this demo to work")
325
 
326
  input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
327
  input_start_note = gr.Slider(0, 205, value=0, step=1, label="Start note number")
 
321
  "![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Bridge-Music-Transformer&style=flat)\n\n")
322
 
323
  gr.Markdown("## Upload your MIDI or select a sample example MIDI below")
324
+ gr.Markdown("### Please note that the MIDI must have at least 615 notes for this demo to work properly")
325
 
326
  input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
327
  input_start_note = gr.Slider(0, 205, value=0, step=1, label="Start note number")