Update app.py
Browse files
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 =
|
| 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,
|