Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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='
|
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")
|