Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ DEFAULT_CANVAS = "960x544 路 16:9 fast"
|
|
| 104 |
FPS, FRAMES_PER_CHUNK, LATENTS_PER_CHUNK = 24, 17, 5
|
| 105 |
# It is the *snapped* frame count the ceiling has to hold for: 15 s is 360 frames, which rounds up to 362, i.e.
|
| 106 |
# 15.083 s, and is refused.
|
| 107 |
-
MIN_UI_DURATION, MAX_UI_DURATION = 2,
|
| 108 |
|
| 109 |
SAMPLERS = {
|
| 110 |
"euler": "euler",
|
|
@@ -814,6 +814,7 @@ with gr.Blocks(title="PlagueKind 路 MiniMax-H3") as demo:
|
|
| 814 |
maximum=MAX_UI_DURATION,
|
| 815 |
step=1,
|
| 816 |
value=5,
|
|
|
|
| 817 |
)
|
| 818 |
steps = gr.Slider(
|
| 819 |
label="Steps",
|
|
|
|
| 104 |
FPS, FRAMES_PER_CHUNK, LATENTS_PER_CHUNK = 24, 17, 5
|
| 105 |
# It is the *snapped* frame count the ceiling has to hold for: 15 s is 360 frames, which rounds up to 362, i.e.
|
| 106 |
# 15.083 s, and is refused.
|
| 107 |
+
MIN_UI_DURATION, MAX_UI_DURATION = 2, 30
|
| 108 |
|
| 109 |
SAMPLERS = {
|
| 110 |
"euler": "euler",
|
|
|
|
| 814 |
maximum=MAX_UI_DURATION,
|
| 815 |
step=1,
|
| 816 |
value=5,
|
| 817 |
+
info="Minimax-H3 trained for <15s video generation.",
|
| 818 |
)
|
| 819 |
steps = gr.Slider(
|
| 820 |
label="Steps",
|