Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(css=css) as demo:
|
|
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
|
132 |
with gr.Row():
|
133 |
chords = gr.Textbox(label="Chords progression", value='B:min D F#:min E', scale=1.75)
|
134 |
duration = gr.Slider(label="Sample duration", minimum=4, maximum=30, step=1, value=30)
|
|
|
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.")
|
132 |
with gr.Row():
|
133 |
chords = gr.Textbox(label="Chords progression", value='B:min D F#:min E', scale=1.75)
|
134 |
duration = gr.Slider(label="Sample duration", minimum=4, maximum=30, step=1, value=30)
|