Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -126,6 +126,13 @@ with gr.Blocks(css=css) as demo:
|
|
126 |
with gr.Column(elem_id="col-container"):
|
127 |
gr.Markdown("# MusiConGen")
|
128 |
gr.Markdown("## Rhythm and Chord Control for Transformer-Based Text-to-Music Generation")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
with gr.Column():
|
130 |
with gr.Group():
|
131 |
prompt_in = gr.Textbox(label="Music description", value="A smooth acid jazz track with a laid-back groove, silky electric piano, and a cool bass, providing a modern take on jazz. Instruments: electric piano, bass, drums.")
|
|
|
126 |
with gr.Column(elem_id="col-container"):
|
127 |
gr.Markdown("# MusiConGen")
|
128 |
gr.Markdown("## Rhythm and Chord Control for Transformer-Based Text-to-Music Generation")
|
129 |
+
gr.HTML("""
|
130 |
+
<div style="display:flex;column-gap:4px;">
|
131 |
+
<a href='https://musicongen.github.io/musicongen_demo/'>
|
132 |
+
<img src='https://img.shields.io/badge/Project-Page-Green'>
|
133 |
+
</a>
|
134 |
+
</div>
|
135 |
+
""")
|
136 |
with gr.Column():
|
137 |
with gr.Group():
|
138 |
prompt_in = gr.Textbox(label="Music description", value="A smooth acid jazz track with a laid-back groove, silky electric piano, and a cool bass, providing a modern take on jazz. Instruments: electric piano, bass, drums.")
|