VTechAI commited on
Commit
5e15a99
·
1 Parent(s): 52f9a64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with block:
65
  # components
66
  components = {
67
  point_coords, point_labels, raw_image, masks, cutout_idx,
68
- feedback, upvote_button, downvote_button, feedback_textbox,
69
  input_image, point_label_radio, reset_btn, run_btn, masks_annotated_image}
70
  # event - init coords
71
  def on_reset_btn_click(raw_image):
 
65
  # components
66
  components = {
67
  point_coords, point_labels, raw_image, masks, cutout_idx,
68
+ feedback,
69
  input_image, point_label_radio, reset_btn, run_btn, masks_annotated_image}
70
  # event - init coords
71
  def on_reset_btn_click(raw_image):