Update app.py
Browse files
app.py
CHANGED
@@ -239,9 +239,6 @@ if __name__ == "__main__":
|
|
239 |
"\n\n"
|
240 |
"Generate music based on a title of your imagination :)\n\n"
|
241 |
"Check out [Annotated MIDI Dataset](https://huggingface.co/datasets/asigalov61/Annotated-MIDI-Dataset) on Hugging Face!\n\n"
|
242 |
-
"[Open In Colab]"
|
243 |
-
"(https://colab.research.google.com/github/asigalov61/Text-to-Music-Transformer/blob/main/Text_to_Music_Transformer.ipynb)"
|
244 |
-
" for faster execution and endless generation"
|
245 |
)
|
246 |
|
247 |
run_btn = gr.Button("generate", variant="primary")
|
|
|
239 |
"\n\n"
|
240 |
"Generate music based on a title of your imagination :)\n\n"
|
241 |
"Check out [Annotated MIDI Dataset](https://huggingface.co/datasets/asigalov61/Annotated-MIDI-Dataset) on Hugging Face!\n\n"
|
|
|
|
|
|
|
242 |
)
|
243 |
|
244 |
run_btn = gr.Button("generate", variant="primary")
|