multimodalart HF Staff commited on
Commit
2ffa9a9
·
verified ·
1 Parent(s): ebb5962

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -390,7 +390,7 @@ with gr.Blocks(title="MiniMax-H3 Wushu Action LoRA") as demo:
390
  info="4 is enough with the Turbo LoRA folded in — more steps mostly just cost GPU time.",
391
  minimum=4,
392
  maximum=12,
393
- step=1,
394
  value=DEFAULT_STEPS,
395
  )
396
  seed = gr.Number(label="Seed", value=DEFAULT_SEED, precision=0)
 
390
  info="4 is enough with the Turbo LoRA folded in — more steps mostly just cost GPU time.",
391
  minimum=4,
392
  maximum=12,
393
+ step=5,
394
  value=DEFAULT_STEPS,
395
  )
396
  seed = gr.Number(label="Seed", value=DEFAULT_SEED, precision=0)