alex commited on
Commit
10f1b1c
·
1 Parent(s): 81f3ec2

extended duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ if use_image_gen:
111
  print("loaded model")
112
 
113
 
114
- @spaces.GPU(duration=120)
115
  def generate_video(
116
  text_prompt,
117
  image,
 
111
  print("loaded model")
112
 
113
 
114
+ @spaces.GPU(duration=160)
115
  def generate_video(
116
  text_prompt,
117
  image,