Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ interface = gr.Interface(
|
|
| 17 |
theme="soft"
|
| 18 |
)
|
| 19 |
|
| 20 |
-
@spaces.GPU(duration=
|
| 21 |
def generate_video(image):
|
| 22 |
"""
|
| 23 |
Generates a video from an input image using the pipeline.
|
|
|
|
| 17 |
theme="soft"
|
| 18 |
)
|
| 19 |
|
| 20 |
+
@spaces.GPU(duration=500)
|
| 21 |
def generate_video(image):
|
| 22 |
"""
|
| 23 |
Generates a video from an input image using the pipeline.
|