Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ def generate_video(
|
|
| 132 |
width,
|
| 133 |
duration_seconds,
|
| 134 |
sampling_steps=38,
|
| 135 |
-
guide_scale=cfg.
|
| 136 |
shift=cfg.sample_shift,
|
| 137 |
seed=42,
|
| 138 |
progress=gr.Progress(track_tqdm=True)
|
|
|
|
| 132 |
width,
|
| 133 |
duration_seconds,
|
| 134 |
sampling_steps=38,
|
| 135 |
+
guide_scale=cfg.sample_guide_scale,
|
| 136 |
shift=cfg.sample_shift,
|
| 137 |
seed=42,
|
| 138 |
progress=gr.Progress(track_tqdm=True)
|