Commit
·
6dd35be
1
Parent(s):
db7f99f
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,12 +80,12 @@ if __name__ == "__main__":
|
|
| 80 |
|
| 81 |
app = gr.Blocks()
|
| 82 |
with app:
|
| 83 |
-
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI
|
| 84 |
-
gr.Markdown("
|
| 91 |
|
|
|
|
| 80 |
|
| 81 |
app = gr.Blocks()
|
| 82 |
with app:
|
| 83 |
+
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI Match</h1>")
|
| 84 |
+
gr.Markdown("\n\n"
|
| 85 |
+
"MIDI Match\n\n"
|
| 86 |
+
"Demo for [MIDI Match](https://github.com/asigalov61)\n\n"
|
| 87 |
"[Open In Colab]"
|
| 88 |
+
"(https://colab.research.google.com/github/asigalov61/MIDI-Match/blob/main/demo.ipynb)"
|
| 89 |
" for faster running and longer generation"
|
| 90 |
)
|
| 91 |
|