Sushantkas commited on
Commit
58a4d85
·
verified ·
1 Parent(s): eeaecb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def prepare_vertical_image(pipe, image_path, base_width=384, base_height=672):
97
 
98
 
99
 
100
- @spaces.GPU(size="xlarge", duration=get_duration)
101
  def generate_video(input_image, prompt, negative_prompt):
102
 
103
  if input_image is None:
 
97
 
98
 
99
 
100
+ @spaces.GPU(size="xlarge", duration=180)
101
  def generate_video(input_image, prompt, negative_prompt):
102
 
103
  if input_image is None: