Spaces:
Running
on
Zero
Running
on
Zero
GPU Aborted: more time is needed (#3)
Browse files- GPU Aborted: more time is needed (a138593c439bf2c1d2df83bfe3cc800d25e191ee)
Co-authored-by: Fabrice TIERCELIN <Fabrice-TIERCELIN@users.noreply.huggingface.co>
app.py
CHANGED
@@ -19,7 +19,7 @@ interface = gr.Interface(
|
|
19 |
theme="soft"
|
20 |
)
|
21 |
|
22 |
-
@spaces.GPU(duration=
|
23 |
def generate_video(image):
|
24 |
"""
|
25 |
Generates a video from an input image using the pipeline.
|
|
|
19 |
theme="soft"
|
20 |
)
|
21 |
|
22 |
+
@spaces.GPU(duration=480)
|
23 |
def generate_video(image):
|
24 |
"""
|
25 |
Generates a video from an input image using the pipeline.
|