multimodalart HF Staff commited on
Commit
27848a5
·
verified ·
1 Parent(s): fc06d72

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -989,7 +989,7 @@ returns the object's full 6-DoF pose — zero-shot, no training on the object.
989
  return None, f"{min(x0,x)},{min(y0,y)},{max(x0,x)},{max(y0,y)}"
990
 
991
  rgb_in.select(
992
- on_click, inputs=[corner_state], outputs=[corner_state, bbox_in], show_api=False
993
  )
994
 
995
  inputs = [rgb_in, depth_in, mesh_in, bbox_in, k_in, depth_unit_in, mesh_unit_in, iters_in]
 
989
  return None, f"{min(x0,x)},{min(y0,y)},{max(x0,x)},{max(y0,y)}"
990
 
991
  rgb_in.select(
992
+ on_click, inputs=[corner_state], outputs=[corner_state, bbox_in], api_visibility="private"
993
  )
994
 
995
  inputs = [rgb_in, depth_in, mesh_in, bbox_in, k_in, depth_unit_in, mesh_unit_in, iters_in]