asigalov61 commited on
Commit
7ff99e1
·
verified ·
1 Parent(s): 3897f18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -415,8 +415,8 @@ if __name__ == "__main__":
415
 
416
  input_number_prime_chords = gr.Slider(0, 512, value=128, step=8, label="Number of prime chords")
417
  input_number_gen_chords = gr.Slider(16, 1024, value=512, step=8, label="Number of chords to generate")
418
- input_use_original_durations = gr.Checkbox(label="Use original durations", value=False)
419
- input_match_original_pitches_counts = gr.Checkbox(label="Match original pitches counts", value=False)
420
 
421
  gr.Markdown("## Freestyle continuation options")
422
 
 
415
 
416
  input_number_prime_chords = gr.Slider(0, 512, value=128, step=8, label="Number of prime chords")
417
  input_number_gen_chords = gr.Slider(16, 1024, value=512, step=8, label="Number of chords to generate")
418
+ input_use_original_durations = gr.Checkbox(label="Use original durations", value=True)
419
+ input_match_original_pitches_counts = gr.Checkbox(label="Match original pitches counts", value=True)
420
 
421
  gr.Markdown("## Freestyle continuation options")
422