asigalov61 commited on
Commit
674fb2c
·
verified ·
1 Parent(s): aa80fe0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ if __name__ == "__main__":
188
  "Please see [MIDI Images](https://huggingface.co/datasets/asigalov61/MIDI-Images) Hugging Face repo for more information\n\n"
189
  )
190
 
191
- input_num_medley_comps = gr.Slider(1, 16, value=8, step=1, label="Number of medley compositions")
192
 
193
  run_btn = gr.Button("Generate POP Medley", variant="primary")
194
 
 
188
  "Please see [MIDI Images](https://huggingface.co/datasets/asigalov61/MIDI-Images) Hugging Face repo for more information\n\n"
189
  )
190
 
191
+ input_num_medley_comps = gr.Slider(1, 12, value=8, step=1, label="Number of medley compositions")
192
 
193
  run_btn = gr.Button("Generate POP Medley", variant="primary")
194