Unpack commited on
Commit
e316bcd
·
verified ·
1 Parent(s): 965eab3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ def get_duration(
189
 
190
  return 10 + int(steps) * step_duration
191
 
192
- @spaces.GPU(duration=get_duration)
193
  def generate_video(
194
  input_image,
195
  prompt,
 
189
 
190
  return 10 + int(steps) * step_duration
191
 
192
+ @spaces.GPU(duration=120)
193
  def generate_video(
194
  input_image,
195
  prompt,