asigalov61 commited on
Commit
b6d721d
·
verified ·
1 Parent(s): 994f798

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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/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"])
 
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"])