Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ def calculate_resolution(input_width, input_height, min_dimension=480, max_dimen
|
|
| 59 |
return round_to_16(new_width), round_to_16(new_height)
|
| 60 |
|
| 61 |
|
| 62 |
-
@spaces.GPU(duration=
|
| 63 |
def process_video(
|
| 64 |
video_path,
|
| 65 |
prompt,
|
|
|
|
| 59 |
return round_to_16(new_width), round_to_16(new_height)
|
| 60 |
|
| 61 |
|
| 62 |
+
@spaces.GPU(duration=120)
|
| 63 |
def process_video(
|
| 64 |
video_path,
|
| 65 |
prompt,
|