asigalov61 commited on
Commit
9975bb4
·
verified ·
1 Parent(s): 8b5450d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -492,11 +492,11 @@ with gr.Blocks() as demo:
492
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Monster Piano Transformer</h1>")
493
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Ultra-fast and very well fitted solo Piano music transformer</h1>")
494
  gr.HTML("""
495
- Check out <a href="https://github.com/asigalov61/monsterpianotransformer">Monster Piano Transformer</a> on GitHub!
496
 
497
  <p>
498
- <a href="https://colab.research.google.com/github/asigalov61/Monster-Piano-Transformer/blob/main/Giant_Music_Transformer.ipynb">
499
- <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab">
500
  </a> or
501
  <a href="https://huggingface.co/spaces/asigalov61/Monster-Piano-Transformer?duplicate=true">
502
  <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate in Hugging Face">
@@ -506,6 +506,7 @@ with gr.Blocks() as demo:
506
  for faster execution and endless generation!
507
  """)
508
 
 
509
  #==================================================================================
510
 
511
  final_composition = gr.State([])
 
492
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Monster Piano Transformer</h1>")
493
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Ultra-fast and very well fitted solo Piano music transformer</h1>")
494
  gr.HTML("""
495
+ Check out <a href="https://github.com/asigalov61/monsterpianotransformer">Monster Piano Transformer</a> on GitHub or on
496
 
497
  <p>
498
+ <a href="https://pypi.org/project/monsterpianotransformer/">
499
+ <img src="https://pypi.org/static/images/project-large.svg" alt="PyPI Project">
500
  </a> or
501
  <a href="https://huggingface.co/spaces/asigalov61/Monster-Piano-Transformer?duplicate=true">
502
  <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate in Hugging Face">
 
506
  for faster execution and endless generation!
507
  """)
508
 
509
+
510
  #==================================================================================
511
 
512
  final_composition = gr.State([])