Update app.py
Browse files
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},
|