asigalov61 commited on
Commit
1a16971
·
verified ·
1 Parent(s): 7cd36e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -369,12 +369,11 @@ if __name__ == "__main__":
369
 
370
  app = gr.Blocks()
371
  with app:
372
- gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Chords Progressions Transformer</h1>")
373
- gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Chords-conditioned music transformer</h1>")
374
  gr.Markdown(
375
- "![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Chords-Progressions-Transformer&style=flat)\n\n"
376
- "Generate music based on chords progressions\n\n"
377
- "Check out [Chords Progressions Transformer](https://github.com/asigalov61/Chords-Progressions-Transformer) on GitHub!\n\n"
378
  "[Open In Colab]"
379
  "(https://colab.research.google.com/github/asigalov61/Chords-Progressions-Transformer/blob/main/Chords_Progressions_Transformer.ipynb)"
380
  " for faster execution and endless generation"
 
369
 
370
  app = gr.Blocks()
371
  with app:
372
+ gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Ultimate Chords Progressions Transformer</h1>")
373
+ gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Self-correcting multi-instrumental chords-conditioned music RoPE transformer</h1>")
374
  gr.Markdown(
375
+ "![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Ultimate-Chords-Progressions-Transformer&style=flat)\n\n"
376
+ "Check out [Ultimate Chords Progressions Transformer](https://huggingface.co/asigalov61/Ultimate-Chords-Progressions-Transformer) on Hugging Face!\n\n"
 
377
  "[Open In Colab]"
378
  "(https://colab.research.google.com/github/asigalov61/Chords-Progressions-Transformer/blob/main/Chords_Progressions_Transformer.ipynb)"
379
  " for faster execution and endless generation"