Luigi commited on
Commit
a1c9ab8
·
1 Parent(s): 0181cbf

increase zero gpu duration to 10 min

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def extract_frames(video_path, target_size=(224, 224)):
34
  cap.release()
35
  return frames
36
 
37
- @spaces.GPU(duration=240)
38
  def process_window(frames_window):
39
  """
40
  Process a window of frames and compute the average fall score.
 
34
  cap.release()
35
  return frames
36
 
37
+ @spaces.GPU(duration=600)
38
  def process_window(frames_window):
39
  """
40
  Process a window of frames and compute the average fall score.