Spaces:
Running
Running
asigalov61
commited on
Commit
•
e30e402
1
Parent(s):
3adc64e
Update app.py
Browse files
app.py
CHANGED
@@ -393,7 +393,8 @@ if __name__ == "__main__":
|
|
393 |
app = gr.Blocks()
|
394 |
with app:
|
395 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI Match</h1>")
|
396 |
-
gr.Markdown("# Upload any MIDI file to find its closest match")
|
|
|
397 |
gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.MIDI-Match&style=flat)\n\n"
|
398 |
"MIDI Match\n\n"
|
399 |
"Demo for [MIDI Match](https://github.com/asigalov61)\n\n"
|
@@ -402,8 +403,6 @@ if __name__ == "__main__":
|
|
402 |
" for faster running and longer generation"
|
403 |
)
|
404 |
|
405 |
-
|
406 |
-
|
407 |
input_midi = gr.File(label="input midi", file_types=[".midi", ".mid"], type="binary")
|
408 |
|
409 |
gr.Markdown("# Match results")
|
|
|
393 |
app = gr.Blocks()
|
394 |
with app:
|
395 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI Match</h1>")
|
396 |
+
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'> # Upload any MIDI file to find its closest match </h1>")
|
397 |
+
|
398 |
gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.MIDI-Match&style=flat)\n\n"
|
399 |
"MIDI Match\n\n"
|
400 |
"Demo for [MIDI Match](https://github.com/asigalov61)\n\n"
|
|
|
403 |
" for faster running and longer generation"
|
404 |
)
|
405 |
|
|
|
|
|
406 |
input_midi = gr.File(label="input midi", file_types=[".midi", ".mid"], type="binary")
|
407 |
|
408 |
gr.Markdown("# Match results")
|