reab5555 commited on
Commit
ac79012
·
verified ·
1 Parent(s): f662a68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ except RuntimeError:
23
  device = torch.device("cpu")
24
  model = model.to(device)
25
 
 
26
  def process_video(video_path, target, progress=gr.Progress()):
27
  if video_path is None:
28
  return None, None, "Error: No video uploaded"
 
23
  device = torch.device("cpu")
24
  model = model.to(device)
25
 
26
+ @spaces.GPU(duration=120)
27
  def process_video(video_path, target, progress=gr.Progress()):
28
  if video_path is None:
29
  return None, None, "Error: No video uploaded"