multimodalart HF Staff commited on
Commit
3b53547
·
verified ·
1 Parent(s): 8b77389

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -721,7 +721,7 @@ with gr.Blocks() as demo:
721
  is_reset = gr.Checkbox(value=False, visible=False)
722
 
723
  with gr.Tab("🎮 3D Camera Control"):
724
- gr.Markdown("*Drag the handles: 🟢 Rotation, 🩷 Tilt, 🟠 Distance*")
725
 
726
  camera_3d = create_camera_3d_component(
727
  value={"rotate_deg": 0, "move_forward": 0, "vertical_tilt": 0, "wideangle": False},
 
721
  is_reset = gr.Checkbox(value=False, visible=False)
722
 
723
  with gr.Tab("🎮 3D Camera Control"):
724
+ # gr.Markdown("*Drag the handles: 🟢 Rotation, 🩷 Tilt, 🟠 Distance*")
725
 
726
  camera_3d = create_camera_3d_component(
727
  value={"rotate_deg": 0, "move_forward": 0, "vertical_tilt": 0, "wideangle": False},