jbilcke-hf HF Staff commited on
Commit
596aa42
·
1 Parent(s): 82b1c1d
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -492,7 +492,8 @@ def get_duration(reference_image,
492
  overlap_frames,
493
  fps,
494
  silence_duration,
495
- resolution="720p"):
 
496
  if num_steps > 15:
497
  return 120
498
  else:
 
492
  overlap_frames,
493
  fps,
494
  silence_duration,
495
+ resolution,
496
+ progress):
497
  if num_steps > 15:
498
  return 120
499
  else: