Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -513,7 +513,14 @@ with gr.Blocks() as demo:
|
|
| 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 |
<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">
|
|
@@ -522,9 +529,9 @@ with gr.Blocks() as demo:
|
|
| 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 |
|
|
|
|
| 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 |
+
)
|
| 518 |
+
|
| 519 |
+
gr.Interface(
|
| 520 |
+
fn=None,
|
| 521 |
+
inputs=None,
|
| 522 |
+
outputs=None,
|
| 523 |
+
info="""
|
| 524 |
<p>
|
| 525 |
<a href="https://colab.research.google.com/github/asigalov61/Giant-Music-Transformer/blob/main/Giant_Music_Transformer.ipynb">
|
| 526 |
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab">
|
|
|
|
| 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 |
|