Spaces:
tsqn
/
Running on Zero

tsqn commited on
Commit
2fb1485
1 Parent(s): 4b65fa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ pipe.enable_model_cpu_offload()
25
  pipe.enable_vae_tiling()
26
 
27
 
28
- @spaces.GPU(duration=240)
29
  def generate_video(prompt, num_frames=84, fps=30, high_quality=False):
30
  if high_quality:
31
  print("High quality option selected. Requires 42GB VRAM.")
 
25
  pipe.enable_vae_tiling()
26
 
27
 
28
+ @spaces.GPU(duration=120)
29
  def generate_video(prompt, num_frames=84, fps=30, high_quality=False):
30
  if high_quality:
31
  print("High quality option selected. Requires 42GB VRAM.")