asigalov61 commited on
Commit
aba2db8
1 Parent(s): f166bfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -311,8 +311,8 @@ if __name__ == "__main__":
311
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Detailed MIDI classification with transformers</h1>")
312
  gr.Markdown(
313
  "![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Advanced-MIDI-Classifier&style=flat)\n\n"
314
- "This is a demo for TMIDIX Python module from tegridy-tools\n\n"
315
- "Check out [tegridy-tools](https://github.com/asigalov61/tegridy-tools) on GitHub!\n\n"
316
  )
317
 
318
  input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
 
311
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Detailed MIDI classification with transformers</h1>")
312
  gr.Markdown(
313
  "![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Advanced-MIDI-Classifier&style=flat)\n\n"
314
+ "This is a demo for Annotated MIDI Dataset\n\n"
315
+ "Check out [Annotated MIDI Dataset](https://huggingface.co/datasets/asigalov61/Annotated-MIDI-Dataset) on Hugging Face!\n\n"
316
  )
317
 
318
  input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])