Mar2Ding commited on
Commit
e758c8f
·
verified ·
1 Parent(s): bcb3f59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -451,7 +451,7 @@ def reset_propagation(first_frame_path, predictor, stored_inference_state):
451
 
452
  predictor.reset_state(stored_inference_state)
453
  # print(f"RESET State: {stored_inference_state} ")
454
- return first_frame_path, gr.State([]), gr.State([]), gr.update(value=None, visible=False), stored_inference_state, None, ["frame_0.jpg"], first_frame_path, "frame_0.jpg", gr.update(visible=False)
455
 
456
 
457
  with gr.Blocks(css=css) as demo:
 
451
 
452
  predictor.reset_state(stored_inference_state)
453
  # print(f"RESET State: {stored_inference_state} ")
454
+ return first_frame_path, [], [], gr.update(value=None, visible=False), stored_inference_state, None, ["frame_0.jpg"], first_frame_path, "frame_0.jpg", gr.update(visible=False)
455
 
456
 
457
  with gr.Blocks(css=css) as demo: