Mar2Ding commited on
Commit
45e8794
·
verified ·
1 Parent(s): 89270af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -324,7 +324,7 @@ def get_mask_sam_process(
324
  # return gr.update(visible=True), "output_first_frame.jpg", frame_names, predictor, inference_state, gr.update(choices=available_frames_to_check, value=working_frame, visible=True)
325
  return "output_first_frame.jpg", frame_names, predictor, inference_state, gr.update(choices=available_frames_to_check, value=working_frame, visible=False)
326
 
327
- @spaces.GPU(duration=20)
328
  def propagate_to_all(video_in, checkpoint, stored_inference_state, stored_frame_names, video_frames_dir, vis_frame_type, available_frames_to_check, working_frame, progress=gr.Progress(track_tqdm=True)):
329
  #### PROPAGATION ####
330
  sam2_checkpoint, model_cfg = load_model(checkpoint)
@@ -521,7 +521,7 @@ with gr.Blocks(css=css) as demo:
521
  with gr.Group():
522
  with gr.Row():
523
  vis_frame_type = gr.Radio(label="Propagation level", choices=["check", "render"], value="check", scale=2)
524
- propagate_btn = gr.Button("Propagate", scale=1)
525
  reset_prpgt_brn = gr.Button("Reset", visible=False)
526
  output_propagated = gr.Gallery(label="Propagated Mask samples gallery", columns=4, visible=False)
527
  output_video = gr.Video(visible=False)
 
324
  # return gr.update(visible=True), "output_first_frame.jpg", frame_names, predictor, inference_state, gr.update(choices=available_frames_to_check, value=working_frame, visible=True)
325
  return "output_first_frame.jpg", frame_names, predictor, inference_state, gr.update(choices=available_frames_to_check, value=working_frame, visible=False)
326
 
327
+ @spaces.GPU
328
  def propagate_to_all(video_in, checkpoint, stored_inference_state, stored_frame_names, video_frames_dir, vis_frame_type, available_frames_to_check, working_frame, progress=gr.Progress(track_tqdm=True)):
329
  #### PROPAGATION ####
330
  sam2_checkpoint, model_cfg = load_model(checkpoint)
 
521
  with gr.Group():
522
  with gr.Row():
523
  vis_frame_type = gr.Radio(label="Propagation level", choices=["check", "render"], value="check", scale=2)
524
+ propagate_btn = gr.Button("Propagate", scale=2)
525
  reset_prpgt_brn = gr.Button("Reset", visible=False)
526
  output_propagated = gr.Gallery(label="Propagated Mask samples gallery", columns=4, visible=False)
527
  output_video = gr.Video(visible=False)