Update app.py
Browse files
app.py
CHANGED
@@ -303,10 +303,10 @@ if __name__ == "__main__":
|
|
303 |
app = gr.Blocks()
|
304 |
with app:
|
305 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Text-to-Music Transformer</h1>")
|
306 |
-
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Generate music based on
|
307 |
gr.Markdown(
|
308 |
"\n\n"
|
309 |
-
"Generate music based on
|
310 |
"Check out [Text-to-Music Transformer](https://github.com/asigalov61/Text-to-Music-Transformer) on GitHub!\n\n"
|
311 |
"[Open In Colab]"
|
312 |
"(https://colab.research.google.com/github/asigalov61/Text-to-Music-Transformer/blob/main/Text_to_Music_Transformer.ipynb)"
|
|
|
303 |
app = gr.Blocks()
|
304 |
with app:
|
305 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Text-to-Music Transformer</h1>")
|
306 |
+
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Generate music based on a title of your imagination :)</h1>")
|
307 |
gr.Markdown(
|
308 |
"\n\n"
|
309 |
+
"Generate music based on a title of your imagination :)\n\n"
|
310 |
"Check out [Text-to-Music Transformer](https://github.com/asigalov61/Text-to-Music-Transformer) on GitHub!\n\n"
|
311 |
"[Open In Colab]"
|
312 |
"(https://colab.research.google.com/github/asigalov61/Text-to-Music-Transformer/blob/main/Text_to_Music_Transformer.ipynb)"
|