asigalov61
commited on
Update app.py
Browse files
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,
|
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 |
|