asigalov61 commited on
Commit
6dd35be
1 Parent(s): db7f99f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -80,12 +80,12 @@ if __name__ == "__main__":
80
 
81
  app = gr.Blocks()
82
  with app:
83
- gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI Search</h1>")
84
- gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.MIDI-Search&style=flat)\n\n"
85
- "MIDI Search and Explore\n\n"
86
- "Demo for [MIDI Search](https://github.com/asigalov61)\n\n"
87
  "[Open In Colab]"
88
- "(https://colab.research.google.com/github/asigalov61/MIDI-Search/blob/main/demo.ipynb)"
89
  " for faster running and longer generation"
90
  )
91
 
 
80
 
81
  app = gr.Blocks()
82
  with app:
83
+ gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI Match</h1>")
84
+ gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.MIDI-Match&style=flat)\n\n"
85
+ "MIDI Match\n\n"
86
+ "Demo for [MIDI Match](https://github.com/asigalov61)\n\n"
87
  "[Open In Colab]"
88
+ "(https://colab.research.google.com/github/asigalov61/MIDI-Match/blob/main/demo.ipynb)"
89
  " for faster running and longer generation"
90
  )
91