asigalov61 commited on
Commit
3524423
·
verified ·
1 Parent(s): 67d849b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -308,9 +308,8 @@ if __name__ == "__main__":
308
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Generate unique melodies from Parsons codes</h1>")
309
  gr.Markdown(
310
  "![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Parsons-Code-Melody-Transformer&style=flat)\n\n"
311
- "This is a demo for TMIDIX Python module from tegridy-tools and Monster Mono Melodies MIDI Dataset\n\n"
312
- "Check out [tegridy-tools](https://github.com/asigalov61/tegridy-tools) on GitHub!\n\n"
313
- "Check out [Monster-MIDI-Dataset](https://github.com/asigalov61/Monster-MIDI-Dataset) on GitHub!\n\n"
314
  )
315
 
316
  gr.Markdown("## Upload your MIDI or select a sample example MIDI below")
 
308
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Generate unique melodies from Parsons codes</h1>")
309
  gr.Markdown(
310
  "![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Parsons-Code-Melody-Transformer&style=flat)\n\n"
311
+ "This is a demo for Clean Melodies subset of Tegridy MIDI Dataset\n\n"
312
+ "Check out [Tegridy MIDI Dataset](https://github.com/asigalov61/Tegridy-MIDI-Dataset) on GitHub!\n\n"
 
313
  )
314
 
315
  gr.Markdown("## Upload your MIDI or select a sample example MIDI below")