Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -194,8 +194,8 @@ if __name__ == "__main__":
|
|
194 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI Identification</h1>")
|
195 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Identify any MIDI in a comprehensive database of 2.32M+ MIDI records</h1>")
|
196 |
|
197 |
-
gr.Markdown("This is a demo for tegridy-tools and Monster MIDI dataset\n\n"
|
198 |
-
"Please see [tegridy-tools](https://github.com/asigalov61/tegridy-tools) and [Monster MIDI Dataset](https://github.com/asigalov61/Monster-MIDI-Dataset)
|
199 |
)
|
200 |
|
201 |
gr.Markdown("## Upload your MIDI")
|
|
|
194 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI Identification</h1>")
|
195 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Identify any MIDI in a comprehensive database of 2.32M+ MIDI records</h1>")
|
196 |
|
197 |
+
gr.Markdown("This is a demo for tegridy-tools, MIDID and Monster MIDI dataset\n\n"
|
198 |
+
"Please see [tegridy-tools](https://github.com/asigalov61/tegridy-tools), [MIDID](https://huggingface.co/datasets/asigalov61/MIDID) and [Monster MIDI Dataset](https://github.com/asigalov61/Monster-MIDI-Dataset) repos for more information\n\n"
|
199 |
)
|
200 |
|
201 |
gr.Markdown("## Upload your MIDI")
|