Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -189,7 +189,7 @@ def get_duration(
|
|
| 189 |
|
| 190 |
return 10 + int(steps) * step_duration
|
| 191 |
|
| 192 |
-
@spaces.GPU(duration=
|
| 193 |
def generate_video(
|
| 194 |
input_image,
|
| 195 |
prompt,
|
|
|
|
| 189 |
|
| 190 |
return 10 + int(steps) * step_duration
|
| 191 |
|
| 192 |
+
@spaces.GPU(duration=120)
|
| 193 |
def generate_video(
|
| 194 |
input_image,
|
| 195 |
prompt,
|