wsntxxn commited on
Commit
79d437c
·
1 Parent(s): e192bff

Modify minimum steps

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -251,7 +251,7 @@ with gr.Blocks(
251
  )
252
  t2a_steps = gr.Slider(
253
  label="Sampling Steps",
254
- minimum=10,
255
  maximum=100,
256
  value=25,
257
  step=1
@@ -302,7 +302,7 @@ with gr.Blocks(
302
  )
303
  t2m_steps = gr.Slider(
304
  label="Sampling Steps",
305
- minimum=10,
306
  maximum=100,
307
  value=25,
308
  step=1
@@ -356,7 +356,7 @@ with gr.Blocks(
356
  )
357
  tts_steps = gr.Slider(
358
  label="Sampling Steps",
359
- minimum=10,
360
  maximum=100,
361
  value=25,
362
  step=1
@@ -438,7 +438,7 @@ with gr.Blocks(
438
  )
439
  svs_steps = gr.Slider(
440
  label="Sampling Steps",
441
- minimum=10,
442
  maximum=100,
443
  value=25,
444
  step=1
@@ -506,7 +506,7 @@ with gr.Blocks(
506
  )
507
  se_steps = gr.Slider(
508
  label="Sampling Steps",
509
- minimum=10,
510
  maximum=100,
511
  value=25,
512
  step=1
@@ -554,7 +554,7 @@ with gr.Blocks(
554
  )
555
  sr_steps = gr.Slider(
556
  label="Sampling Steps",
557
- minimum=10,
558
  maximum=100,
559
  value=25,
560
  step=1
@@ -602,7 +602,7 @@ with gr.Blocks(
602
  )
603
  v2a_steps = gr.Slider(
604
  label="Sampling Steps",
605
- minimum=10,
606
  maximum=100,
607
  value=25,
608
  step=1
 
251
  )
252
  t2a_steps = gr.Slider(
253
  label="Sampling Steps",
254
+ minimum=1,
255
  maximum=100,
256
  value=25,
257
  step=1
 
302
  )
303
  t2m_steps = gr.Slider(
304
  label="Sampling Steps",
305
+ minimum=1,
306
  maximum=100,
307
  value=25,
308
  step=1
 
356
  )
357
  tts_steps = gr.Slider(
358
  label="Sampling Steps",
359
+ minimum=1,
360
  maximum=100,
361
  value=25,
362
  step=1
 
438
  )
439
  svs_steps = gr.Slider(
440
  label="Sampling Steps",
441
+ minimum=1,
442
  maximum=100,
443
  value=25,
444
  step=1
 
506
  )
507
  se_steps = gr.Slider(
508
  label="Sampling Steps",
509
+ minimum=1,
510
  maximum=100,
511
  value=25,
512
  step=1
 
554
  )
555
  sr_steps = gr.Slider(
556
  label="Sampling Steps",
557
+ minimum=1,
558
  maximum=100,
559
  value=25,
560
  step=1
 
602
  )
603
  v2a_steps = gr.Slider(
604
  label="Sampling Steps",
605
+ minimum=1,
606
  maximum=100,
607
  value=25,
608
  step=1