Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -124,6 +124,7 @@ def check_duration(
|
|
| 124 |
seed,
|
| 125 |
use_distill,
|
| 126 |
use_refine,
|
|
|
|
| 127 |
):
|
| 128 |
if use_refine and resolution=="480p":
|
| 129 |
return 240
|
|
|
|
| 124 |
seed,
|
| 125 |
use_distill,
|
| 126 |
use_refine,
|
| 127 |
+
progress
|
| 128 |
):
|
| 129 |
if use_refine and resolution=="480p":
|
| 130 |
return 240
|