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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ with gr.Blocks(css=css) as demo:
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='C G A:min F')
134
  duration = gr.Slider(label="Sample duration", minimum=4, maximum=30, step=1, value=30)
135
  bpms = gr.Slider(label="BPMs", minimum=50, maximum=220, step=1, value=120)
136
  submit_btn = gr.Button("Submit")
 
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)
135
  bpms = gr.Slider(label="BPMs", minimum=50, maximum=220, step=1, value=120)
136
  submit_btn = gr.Button("Submit")