dagloop5 commited on
Commit
81ef72a
verified
1 Parent(s): 8c516bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -108,7 +108,7 @@ DEFAULT_CANVAS = "960x544 路 16:9 fast"
108
  FPS, FRAMES_PER_CHUNK, LATENTS_PER_CHUNK = 24, 17, 5
109
  # It is the *snapped* frame count the ceiling has to hold for: 15 s is 360 frames, which rounds up to 362, i.e.
110
  # 15.083 s, and is refused.
111
- MIN_UI_DURATION, MAX_UI_DURATION = 2, 30
112
 
113
  SAMPLERS = {
114
  "euler": "euler",
@@ -867,7 +867,6 @@ with gr.Blocks(title="PlagueKind 路 MiniMax-H3") as demo:
867
  maximum=MAX_UI_DURATION,
868
  step=1,
869
  value=5,
870
- info="Minimax-H3 trained for <15s video generation.",
871
  )
872
  steps = gr.Slider(
873
  label="Steps",
 
108
  FPS, FRAMES_PER_CHUNK, LATENTS_PER_CHUNK = 24, 17, 5
109
  # It is the *snapped* frame count the ceiling has to hold for: 15 s is 360 frames, which rounds up to 362, i.e.
110
  # 15.083 s, and is refused.
111
+ MIN_UI_DURATION, MAX_UI_DURATION = 2, 14
112
 
113
  SAMPLERS = {
114
  "euler": "euler",
 
867
  maximum=MAX_UI_DURATION,
868
  step=1,
869
  value=5,
 
870
  )
871
  steps = gr.Slider(
872
  label="Steps",