Update app.py
Browse files
app.py
CHANGED
@@ -514,12 +514,18 @@ with gr.Blocks() as demo:
|
|
514 |
gr.Markdown("""
|
515 |
Check out [Giant Music Transformer](https://github.com/asigalov61/Giant-Music-Transformer) on GitHub!
|
516 |
|
517 |
-
|
518 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
519 |
|
520 |
for faster execution and endless generation!
|
521 |
""")
|
522 |
-
|
523 |
gr.Markdown("## Upload seed MIDI or click 'Generate' button for random output")
|
524 |
|
525 |
input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
|
|
|
514 |
gr.Markdown("""
|
515 |
Check out [Giant Music Transformer](https://github.com/asigalov61/Giant-Music-Transformer) on GitHub!
|
516 |
|
517 |
+
<p>
|
518 |
+
<a href="https://colab.research.google.com/github/asigalov61/Giant-Music-Transformer/blob/main/Giant_Music_Transformer.ipynb">
|
519 |
+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab">
|
520 |
+
</a> or
|
521 |
+
<a href="https://huggingface.co/spaces/asigalov61/Giant-Music-Transformer?duplicate=true">
|
522 |
+
<img src="https://huggingface.co/datasets/huggingface/badges/1.0.0.svg" alt="Duplicate in Hugging Face">
|
523 |
+
</a>
|
524 |
+
</p>
|
525 |
|
526 |
for faster execution and endless generation!
|
527 |
""")
|
528 |
+
|
529 |
gr.Markdown("## Upload seed MIDI or click 'Generate' button for random output")
|
530 |
|
531 |
input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
|