asigalov61 commited on
Commit
d3192fa
1 Parent(s): 7d9cb82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
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'>Advanced MIDI Search</h1>")
252
- gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Search and explore 179k+ MIDI titles with sentence transformer</h1>")
253
 
254
- gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.MIDI-Search&style=flat)\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("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.LAKH-MIDI-Dataset-Search&style=flat)\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