Daankular commited on
Commit
c91b3fe
·
verified ·
1 Parent(s): 1637177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ setup()
118
  RESOLUTIONS = ["832x480", "480x832", "640x640", "1024x576", "576x1024"]
119
 
120
 
121
- @spaces.GPU(duration=90)
122
  def generate_video(image, prompt, resolution, steps, guidance_scale, frames, seed):
123
  if image is None:
124
  raise gr.Error("Please upload an image.")
 
118
  RESOLUTIONS = ["832x480", "480x832", "640x640", "1024x576", "576x1024"]
119
 
120
 
121
+ @spaces.GPU(duration=120)
122
  def generate_video(image, prompt, resolution, steps, guidance_scale, frames, seed):
123
  if image is None:
124
  raise gr.Error("Please upload an image.")