Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(css=css) as demo:
|
|
123 |
with gr.Row():
|
124 |
with gr.Column():
|
125 |
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.")
|
126 |
-
chords = gr.
|
127 |
duration = gr.Slider(label="Sample duration", minimum=4, maximum=30, step=1, value=20)
|
128 |
bpms = gr.Slider(label="BPMs", minimum=50, maximum=220, step=1, value=120)
|
129 |
submit_btn = gr.Button("Submit")
|
|
|
123 |
with gr.Row():
|
124 |
with gr.Column():
|
125 |
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.")
|
126 |
+
chords = gr.Textbox(label="Chords progression", value='C G A:min F')
|
127 |
duration = gr.Slider(label="Sample duration", minimum=4, maximum=30, step=1, value=20)
|
128 |
bpms = gr.Slider(label="BPMs", minimum=50, maximum=220, step=1, value=120)
|
129 |
submit_btn = gr.Button("Submit")
|