Spaces:
Running
Running
asigalov61
commited on
Commit
•
be8fae2
1
Parent(s):
9535c72
Update app.py
Browse files
app.py
CHANGED
@@ -244,15 +244,12 @@ if __name__ == "__main__":
|
|
244 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Search and explore 179k+ MIDI titles</h1>")
|
245 |
|
246 |
gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.MIDI-Search&style=flat)\n\n"
|
247 |
-
"Giant Music Transformer Aux Data Demo\n\n"
|
248 |
-
"Please see [Giant Music Transformer](https://github.com/asigalov61/Giant-Music-Transformer) for more information and features\n\n"
|
249 |
-
"[Open In Colab]"
|
250 |
-
"(https://colab.research.google.com/github/asigalov61/Giant-Music-Transformer/blob/main/Giant_Music_Transformer_TTM.ipynb)"
|
251 |
-
" for all features"
|
252 |
)
|
|
|
|
|
253 |
|
254 |
-
title = gr.Textbox(label="
|
255 |
-
artist = gr.Textbox(label="
|
256 |
submit = gr.Button()
|
257 |
|
258 |
gr.Markdown("# Search results")
|
|
|
244 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Search and explore 179k+ MIDI titles</h1>")
|
245 |
|
246 |
gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.MIDI-Search&style=flat)\n\n"
|
|
|
|
|
|
|
|
|
|
|
247 |
)
|
248 |
+
|
249 |
+
gr..Markdown("Enter any desired title, artist or both")
|
250 |
|
251 |
+
title = gr.Textbox(label="Song Title", value="Family Guy")
|
252 |
+
artist = gr.Textbox(label="Song Artist", value="TV Themes")
|
253 |
submit = gr.Button()
|
254 |
|
255 |
gr.Markdown("# Search results")
|