hysts HF Staff commited on
Commit
5f16955
·
1 Parent(s): bb8d681
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1148,7 +1148,7 @@ with gr.Blocks(title="SAM3", theme=Soft(primary_hue="blue", secondary_hue="rose"
1148
 
1149
  propagate_btn_text.click(
1150
  fn=propagate_masks,
1151
- inputs=[app_state],
1152
  outputs=[app_state, propagate_status_text, frame_slider_text],
1153
  )
1154
 
 
1148
 
1149
  propagate_btn_text.click(
1150
  fn=propagate_masks,
1151
+ inputs=app_state,
1152
  outputs=[app_state, propagate_status_text, frame_slider_text],
1153
  )
1154