fkatu commited on
Commit
209b93d
1 Parent(s): ef9c19e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=250)
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,