Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Commit
•
b44558c
1
Parent(s):
1c9e690
Update app.py
Browse files
app.py
CHANGED
@@ -356,8 +356,10 @@ if __name__ == "__main__":
|
|
356 |
|
357 |
gr.Markdown("## Select generation options")
|
358 |
|
359 |
-
|
360 |
-
|
|
|
|
|
361 |
|
362 |
run_btn = gr.Button("generate", variant="primary")
|
363 |
|
|
|
356 |
|
357 |
gr.Markdown("## Select generation options")
|
358 |
|
359 |
+
input_freestyle_continuation = gr.Checkbox(label="Freestyle continuation", value=False)
|
360 |
+
input_number_prime_chords = gr.Slider(0, 512, value=128, step=8, label="Number of prime chords")
|
361 |
+
input_use_original_durations = gr.Checkbox(label="Use original durations", value=False)
|
362 |
+
input_match_original_pitches_counts = gr.Checkbox(label="Match original pitches counts", value=False)
|
363 |
|
364 |
run_btn = gr.Button("generate", variant="primary")
|
365 |
|