asigalov61
commited on
Commit
•
a15bc89
1
Parent(s):
cc998eb
Update app.py
Browse files
app.py
CHANGED
@@ -248,6 +248,7 @@ if __name__ == "__main__":
|
|
248 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>A music transformer that describes music it generates</h1>")
|
249 |
gr.Markdown(
|
250 |
"![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Descriptive-Music-Transformer&style=flat)\n\n"
|
|
|
251 |
"Check out [Annotated MIDI Dataset](https://huggingface.co/datasets/asigalov61/Annotated-MIDI-Dataset) on Hugging Face!\n\n"
|
252 |
)
|
253 |
|
|
|
248 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>A music transformer that describes music it generates</h1>")
|
249 |
gr.Markdown(
|
250 |
"![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Descriptive-Music-Transformer&style=flat)\n\n"
|
251 |
+
'This is a demo for Annotated MIDI Dataset.\n\n'
|
252 |
"Check out [Annotated MIDI Dataset](https://huggingface.co/datasets/asigalov61/Annotated-MIDI-Dataset) on Hugging Face!\n\n"
|
253 |
)
|
254 |
|