Spaces:
Running
on
Zero
Running
on
Zero
Update app.py (#1)
Browse files- Update app.py (cea0baa445dc147ead5c5acf3cf963a825a73f49)
Co-authored-by: Pavel Iakubovskii <[email protected]>
app.py
CHANGED
@@ -107,7 +107,7 @@ def process_image(image: PIL.Image.Image) -> tuple[PIL.Image.Image, list[dict]]:
|
|
107 |
return vertex_annotator.annotate(scene=annotated_frame, key_points=keypoints), human_readable_results
|
108 |
|
109 |
|
110 |
-
@spaces.GPU(duration=
|
111 |
def process_video(
|
112 |
video_path: str,
|
113 |
progress: gr.Progress = gr.Progress(track_tqdm=True), # noqa: ARG001, B008
|
|
|
107 |
return vertex_annotator.annotate(scene=annotated_frame, key_points=keypoints), human_readable_results
|
108 |
|
109 |
|
110 |
+
@spaces.GPU(duration=90)
|
111 |
def process_video(
|
112 |
video_path: str,
|
113 |
progress: gr.Progress = gr.Progress(track_tqdm=True), # noqa: ARG001, B008
|