Spaces:
Running
Running
asigalov61
commited on
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("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.MIDI-
|
85 |
-
"MIDI
|
86 |
-
"Demo for [MIDI
|
87 |
"[Open In Colab]"
|
88 |
-
"(https://colab.research.google.com/github/asigalov61/MIDI-
|
89 |
" for faster running and longer generation"
|
90 |
)
|
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("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.MIDI-Match&style=flat)\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 |
|