fffiloni commited on
Commit
e0180e9
·
verified ·
1 Parent(s): 9b77af9

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -50,7 +50,7 @@ def trim_video(input_path, output_path, max_duration=5):
50
  clip.close()
51
  trimmed_clip.close()
52
 
53
- @spaces.GPU(duration=120)
54
  def infer(input_video, input_mask):
55
  # Setup paths and parameters
56
  save_path = "results"
 
50
  clip.close()
51
  trimmed_clip.close()
52
 
53
+ @spaces.GPU(duration=100)
54
  def infer(input_video, input_mask):
55
  # Setup paths and parameters
56
  save_path = "results"