phitran commited on
Commit
f539c08
·
verified ·
1 Parent(s): f1e1247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from handlers import video_handler as vh
11
  model_path = "yolov8n.pt" # YOLOv8 model path
12
 
13
 
14
- @spaces.GPU(duration=120)
15
  def process_video(video_file):
16
  """
17
  Processes the uploaded video file by extracting key frames, cropping them, and generating a processed video.
 
11
  model_path = "yolov8n.pt" # YOLOv8 model path
12
 
13
 
14
+ @spaces.GPU(duration=150)
15
  def process_video(video_file):
16
  """
17
  Processes the uploaded video file by extracting key frames, cropping them, and generating a processed video.