Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ pipe = CogVideoXImageToVideoPipeline.from_pretrained(
|
|
12 |
pipe.vae.enable_tiling()
|
13 |
pipe.vae.enable_slicing()
|
14 |
|
15 |
-
@spaces.GPU(duration=
|
16 |
def generate_video(prompt, image):
|
17 |
video = pipe(
|
18 |
prompt=prompt,
|
|
|
12 |
pipe.vae.enable_tiling()
|
13 |
pipe.vae.enable_slicing()
|
14 |
|
15 |
+
@spaces.GPU(duration=120)
|
16 |
def generate_video(prompt, image):
|
17 |
video = pipe(
|
18 |
prompt=prompt,
|