Spaces:
Running
Running
Update app.py (#2)
Browse files- Update app.py (209b93d64da3880113cca9c09aed0e4718f03882)
Co-authored-by: fabio katu <[email protected]>
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,
|