multimodalart HF Staff commited on
Commit
aec39c9
·
verified ·
1 Parent(s): 939a8be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def calculate_resolution(input_width, input_height, min_dimension=480, max_dimen
59
  return round_to_16(new_width), round_to_16(new_height)
60
 
61
 
62
- @spaces.GPU(duration=90)
63
  def process_video(
64
  video_path,
65
  prompt,
 
59
  return round_to_16(new_width), round_to_16(new_height)
60
 
61
 
62
+ @spaces.GPU(duration=120)
63
  def process_video(
64
  video_path,
65
  prompt,