Spaces:
Running
on
L40S
Running
on
L40S
Commit
·
596aa42
1
Parent(s):
82b1c1d
fix
Browse files
app.py
CHANGED
@@ -492,7 +492,8 @@ def get_duration(reference_image,
|
|
492 |
overlap_frames,
|
493 |
fps,
|
494 |
silence_duration,
|
495 |
-
resolution
|
|
|
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:
|