dagloop5 commited on
Commit
fd3f111
verified
1 Parent(s): 3a1a066

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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, 14
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",