Spaces:
Running
Running
asigalov61
commited on
Commit
•
512971c
1
Parent(s):
6dcb9af
Update app.py
Browse files
app.py
CHANGED
@@ -243,10 +243,9 @@ if __name__ == "__main__":
|
|
243 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Advanced MIDI Search</h1>")
|
244 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Search and explore 179k+ MIDI titles with sentence transformer</h1>")
|
245 |
|
246 |
-
gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.MIDI-Search&style=flat)\n\n"
|
247 |
-
)
|
248 |
|
249 |
-
gr
|
250 |
|
251 |
title = gr.Textbox(label="Song Title", value="Family Guy")
|
252 |
artist = gr.Textbox(label="Song Artist", value="TV Themes")
|
|
|
243 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Advanced MIDI Search</h1>")
|
244 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Search and explore 179k+ MIDI titles with sentence transformer</h1>")
|
245 |
|
246 |
+
gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.MIDI-Search&style=flat)\n\n")
|
|
|
247 |
|
248 |
+
gr.Markdown("Enter any desired title, artist or both\n\n")
|
249 |
|
250 |
title = gr.Textbox(label="Song Title", value="Family Guy")
|
251 |
artist = gr.Textbox(label="Song Artist", value="TV Themes")
|