skytnt commited on
Commit
9438ab2
1 Parent(s): 22dc587

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -196,7 +196,10 @@ if __name__ == "__main__":
196
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Midi Composer</h1>")
197
  gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=skytnt.midi-composer&style=flat)\n\n"
198
  "Midi event transformer for music generation\n\n"
199
- "Demo for [SkyTNT/midi-model](https://github.com/SkyTNT/midi-model)")
 
 
 
200
 
201
  tab_select = gr.Variable(value=0)
202
  with gr.Tabs():
 
196
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Midi Composer</h1>")
197
  gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=skytnt.midi-composer&style=flat)\n\n"
198
  "Midi event transformer for music generation\n\n"
199
+ "Demo for [SkyTNT/midi-model](https://github.com/SkyTNT/midi-model)\n\n"
200
+ "[Open In Colab]"
201
+ "(https://colab.research.google.com/drive/1x0iZkVakn3VBouIMXuzQ2OFhqYiAA3UE?usp=sharing)"
202
+ " for faster running")
203
 
204
  tab_select = gr.Variable(value=0)
205
  with gr.Tabs():