Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ css="""
|
|
| 118 |
|
| 119 |
with gr.Blocks(css=css) as demo:
|
| 120 |
with gr.Column(elem_id="col-container"):
|
| 121 |
-
gr.Markdown("#MusiConGen")
|
| 122 |
|
| 123 |
with gr.Column():
|
| 124 |
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.")
|
|
@@ -145,7 +145,9 @@ with gr.Blocks(css=css) as demo:
|
|
| 145 |
'A:min F C G',
|
| 146 |
'C F G F',
|
| 147 |
'C A:min F G',
|
| 148 |
-
'D:min G C A:min'
|
|
|
|
|
|
|
| 149 |
],
|
| 150 |
inputs = [chords]
|
| 151 |
)
|
|
|
|
| 118 |
|
| 119 |
with gr.Blocks(css=css) as demo:
|
| 120 |
with gr.Column(elem_id="col-container"):
|
| 121 |
+
gr.Markdown("# MusiConGen")
|
| 122 |
|
| 123 |
with gr.Column():
|
| 124 |
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.")
|
|
|
|
| 145 |
'A:min F C G',
|
| 146 |
'C F G F',
|
| 147 |
'C A:min F G',
|
| 148 |
+
'D:min G C A:min',
|
| 149 |
+
'D:min7 G7 C:maj7',
|
| 150 |
+
'F G E:min A:min'
|
| 151 |
],
|
| 152 |
inputs = [chords]
|
| 153 |
)
|