fffiloni commited on
Commit
fb99ab2
·
1 Parent(s): 3d7b7a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -136,7 +136,7 @@ with gr.Blocks(css=css) as demo:
136
  "A cheerful country song with acoustic guitars",
137
  None,
138
  10,
139
- "melody"
140
  ],
141
  [
142
  "90s rock song with electric guitar and heavy drums",
@@ -151,6 +151,7 @@ with gr.Blocks(css=css) as demo:
151
  [
152
  "lofi slow bpm electro chill with organic samples",
153
  None,
 
154
  ],
155
  ],
156
  inputs=[music_prompt, melody, duration, model],
 
136
  "A cheerful country song with acoustic guitars",
137
  None,
138
  10,
139
+ "large"
140
  ],
141
  [
142
  "90s rock song with electric guitar and heavy drums",
 
151
  [
152
  "lofi slow bpm electro chill with organic samples",
153
  None,
154
+ "small"
155
  ],
156
  ],
157
  inputs=[music_prompt, melody, duration, model],