fffiloni commited on
Commit
df8718b
1 Parent(s): a940384

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 laid-back blues shuffle with a relaxed tempo, warm guitar tones, and a comfortable groove, perfect for a slow dance or a night in. Instruments: electric guitar, 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)
 
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)