Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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=
|
| 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)
|