Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -583,7 +583,7 @@ def get_duration(image_path, audio_path, text, num_steps, session_id, progress):
|
|
583 |
else:
|
584 |
claymation = flux_inference * 2
|
585 |
|
586 |
-
warmup_s =
|
587 |
last_step_s = 20
|
588 |
duration_s = (4 * (num_steps - 1) + last_step_s)
|
589 |
|
|
|
583 |
else:
|
584 |
claymation = flux_inference * 2
|
585 |
|
586 |
+
warmup_s = 25
|
587 |
last_step_s = 20
|
588 |
duration_s = (4 * (num_steps - 1) + last_step_s)
|
589 |
|