hysts HF staff qubvel-hf HF staff commited on
Commit
b26ba8c
·
verified ·
1 Parent(s): 20d9b9a

Update app.py (#1)

Browse files

- Update app.py (cea0baa445dc147ead5c5acf3cf963a825a73f49)


Co-authored-by: Pavel Iakubovskii <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
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=60)
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