Hugo Flores Garcia commited on
Commit
00b0f64
1 Parent(s): be29fe8
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -301,16 +301,16 @@ with gr.Blocks() as demo:
301
  with gr.Accordion("manual controls", open=True):
302
  periodic_p = gr.Slider(
303
  label="periodic prompt (0 - unconditional, 2 - lots of hints, 8 - a couple of hints, 16 - occasional hint, 32 - very occasional hint, etc)",
304
- minimum=13,
305
  maximum=128,
306
  step=1,
307
- value=3,
308
  )
309
 
310
 
311
  onset_mask_width = gr.Slider(
312
  label="onset mask width (multiplies with the periodic mask, 1 step ~= 10milliseconds) ",
313
- minimum=5,
314
  maximum=20,
315
  step=1,
316
  value=5,
 
301
  with gr.Accordion("manual controls", open=True):
302
  periodic_p = gr.Slider(
303
  label="periodic prompt (0 - unconditional, 2 - lots of hints, 8 - a couple of hints, 16 - occasional hint, 32 - very occasional hint, etc)",
304
+ minimum=0,
305
  maximum=128,
306
  step=1,
307
+ value=13,
308
  )
309
 
310
 
311
  onset_mask_width = gr.Slider(
312
  label="onset mask width (multiplies with the periodic mask, 1 step ~= 10milliseconds) ",
313
+ minimum=0,
314
  maximum=20,
315
  step=1,
316
  value=5,