asigalov61 commited on
Commit
14b9312
·
verified ·
1 Parent(s): 350e34d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -21
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.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">
527
- </a> or
528
- <a href="https://huggingface.co/spaces/asigalov61/Giant-Music-Transformer?duplicate=true">
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