Update app.py
Browse files
app.py
CHANGED
@@ -519,13 +519,14 @@ with gr.Blocks() as demo:
|
|
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/
|
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"])
|
|
|
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/space-duplicate-green.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 |
|
532 |
input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
|