alexnasa commited on
Commit
9b3a435
·
verified ·
1 Parent(s): 0507a1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 15
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