Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -475,6 +475,15 @@ print('App start time: {:%Y-%m-%d %H:%M:%S}'.format(datetime.datetime.now(PDT)))
|
|
475 |
print('=' * 70)
|
476 |
|
477 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
478 |
|
479 |
gr.Markdown("## Upload your MIDI or select a sample example MIDI")
|
480 |
|
|
|
475 |
print('=' * 70)
|
476 |
|
477 |
with gr.Blocks() as demo:
|
478 |
+
|
479 |
+
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Giant Music Transformer</h1>")
|
480 |
+
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Fast multi-instrumental music transformer with true full MIDI instruments range, efficient encoding, octo-velocity and outro tokens</h1>")
|
481 |
+
gr.Markdown(
|
482 |
+
"Check out [Ultimate Chords Progressions Transformer](https://github.com/asigalov61/Giant-Music-Transformer) on GitHub!\n\n"
|
483 |
+
"[Open In Colab]"
|
484 |
+
"(https://colab.research.google.com/github/asigalov61/Giant-Music-Transformer/blob/main/Giant_Music_Transformer.ipynb)"
|
485 |
+
" for faster execution and endless generation"
|
486 |
+
)
|
487 |
|
488 |
gr.Markdown("## Upload your MIDI or select a sample example MIDI")
|
489 |
|