Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -511,15 +511,19 @@ with gr.Blocks() as demo:
|
|
511 |
|
512 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Giant Music Transformer</h1>")
|
513 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Fast multi-instrumental music transformer with true full MIDI instruments range, efficient encoding, octo-velocity and outro tokens</h1>")
|
514 |
-
gr.Markdown("
|
|
|
|
|
515 |
<a href="https://colab.research.google.com/github/asigalov61/Giant-Music-Transformer/blob/main/Giant_Music_Transformer.ipynb">
|
516 |
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab">
|
517 |
-
</a>
|
518 |
-
|
519 |
<img src="https://huggingface.co/datasets/huggingface/badges/1.0.0.svg" alt="Duplicate in Hugging Face">
|
520 |
</a>
|
521 |
-
|
522 |
-
|
|
|
|
|
523 |
|
524 |
gr.Markdown("## Upload seed MIDI or click 'Generate' button for random output")
|
525 |
|
|
|
511 |
|
512 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Giant Music Transformer</h1>")
|
513 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Fast multi-instrumental music transformer with true full MIDI instruments range, efficient encoding, octo-velocity and outro tokens</h1>")
|
514 |
+
gr.Markdown("""
|
515 |
+
Check out [Giant Music Transformer](https://github.com/asigalov61/Giant-Music-Transformer) on GitHub!
|
516 |
+
|
517 |
<a href="https://colab.research.google.com/github/asigalov61/Giant-Music-Transformer/blob/main/Giant_Music_Transformer.ipynb">
|
518 |
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab">
|
519 |
+
</a> or
|
520 |
+
<a href="https://huggingface.co/spaces/asigalov61/Giant-Music-Transformer?duplicate=true">
|
521 |
<img src="https://huggingface.co/datasets/huggingface/badges/1.0.0.svg" alt="Duplicate in Hugging Face">
|
522 |
</a>
|
523 |
+
|
524 |
+
for faster execution and endless generation!
|
525 |
+
""")
|
526 |
+
|
527 |
|
528 |
gr.Markdown("## Upload seed MIDI or click 'Generate' button for random output")
|
529 |
|