Update app.py
Browse files
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"
|