Update app.py
Browse files
app.py
CHANGED
|
@@ -248,10 +248,13 @@ if __name__ == "__main__":
|
|
| 248 |
app = gr.Blocks()
|
| 249 |
|
| 250 |
with app:
|
| 251 |
-
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>
|
| 252 |
-
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Search and explore
|
| 253 |
|
| 254 |
-
gr.Markdown("\n\n"
|
|
|
|
|
|
|
|
|
|
| 255 |
|
| 256 |
gr.Markdown("# Enter any desired title, artist or both\n\n")
|
| 257 |
|
|
|
|
| 248 |
app = gr.Blocks()
|
| 249 |
|
| 250 |
with app:
|
| 251 |
+
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>LAKH MIDI Dataset Search</h1>")
|
| 252 |
+
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Search and explore LAKH MIDI dataset with sentence transformer</h1>")
|
| 253 |
|
| 254 |
+
gr.Markdown("\n\n"
|
| 255 |
+
"This is a demo for MidiCaps dataset\n\n"
|
| 256 |
+
"Check out [MidiCaps Dataset](https://huggingface.co/datasets/amaai-lab/MidiCaps) on Hugging Face!\n\n"
|
| 257 |
+
)
|
| 258 |
|
| 259 |
gr.Markdown("# Enter any desired title, artist or both\n\n")
|
| 260 |
|