Update app.py
Browse files
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'>
|
374 |
gr.Markdown(
|
375 |
-
"\n\n"
|
376 |
-
"
|
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 |
+
"\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"
|