Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -511,27 +511,21 @@ 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.
|
| 515 |
-
|
| 516 |
-
|
| 517 |
-
|
| 518 |
-
|
| 519 |
-
|
| 520 |
-
|
| 521 |
-
|
| 522 |
-
|
| 523 |
-
|
| 524 |
-
|
| 525 |
-
|
| 526 |
-
|
| 527 |
-
|
| 528 |
-
|
| 529 |
-
<img src="https://huggingface.co/datasets/huggingface/badges/1.0.0.svg" alt="Duplicate in Hugging Face">
|
| 530 |
-
</a>
|
| 531 |
-
</p>
|
| 532 |
-
for faster execution and endless generation!
|
| 533 |
-
"""
|
| 534 |
-
)
|
| 535 |
|
| 536 |
gr.Markdown("## Upload seed MIDI or click 'Generate' button for random output")
|
| 537 |
|
|
|
|
| 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.HTML("""
|
| 515 |
+
Check out <a href="https://github.com/asigalov61/Giant-Music-Transformer">Giant Music Transformer</a> 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 |
|
| 530 |
gr.Markdown("## Upload seed MIDI or click 'Generate' button for random output")
|
| 531 |
|