fffiloni commited on
Commit
78f2a3d
·
verified ·
1 Parent(s): 1bed8ae

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -39,7 +39,7 @@ def trim_video(input_path, output_path, max_duration=5):
39
  clip.close()
40
  trimmed_clip.close()
41
 
42
- @spaces.GPU(duration=120)
43
  def infer(input_video, input_mask):
44
  # Setup paths and parameters
45
  save_path = "results"
 
39
  clip.close()
40
  trimmed_clip.close()
41
 
42
+ @spaces.GPU(duration=180)
43
  def infer(input_video, input_mask):
44
  # Setup paths and parameters
45
  save_path = "results"