linoyts HF Staff commited on
Commit
dd12221
·
verified ·
1 Parent(s): b781303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def generate_video(
106
  negative_prompt: str = DEFAULT_NEGATIVE_PROMPT,
107
  seed: int = 42,
108
  randomize_seed: bool = True,
109
- num_inference_steps: int = DEFAULT_NUM_INFERENCE_STEPS,
110
  cfg_guidance_scale: float = DEFAULT_CFG_GUIDANCE_SCALE,
111
  height: int = DEFAULT_HEIGHT,
112
  width: int = DEFAULT_WIDTH,
 
106
  negative_prompt: str = DEFAULT_NEGATIVE_PROMPT,
107
  seed: int = 42,
108
  randomize_seed: bool = True,
109
+ num_inference_steps: int = 25,
110
  cfg_guidance_scale: float = DEFAULT_CFG_GUIDANCE_SCALE,
111
  height: int = DEFAULT_HEIGHT,
112
  width: int = DEFAULT_WIDTH,