Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -753,7 +753,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 753 |
image = gr.Image(label="Input Image", type="pil", height=300)
|
| 754 |
|
| 755 |
gr.Markdown("### 3D Lighting Control")
|
| 756 |
-
gr.Markdown("*Drag the colored handles: 🟡 Azimuth (Direction), 🔵 Elevation (Height)*")
|
| 757 |
|
| 758 |
lighting_3d = LightingControl3D(
|
| 759 |
value={"azimuth": 0, "elevation": 0},
|
|
|
|
| 753 |
image = gr.Image(label="Input Image", type="pil", height=300)
|
| 754 |
|
| 755 |
gr.Markdown("### 3D Lighting Control")
|
| 756 |
+
#gr.Markdown("*Drag the colored handles: 🟡 Azimuth (Direction), 🔵 Elevation (Height)*")
|
| 757 |
|
| 758 |
lighting_3d = LightingControl3D(
|
| 759 |
value={"azimuth": 0, "elevation": 0},
|