prithivMLmods commited on
Commit
f9b27e0
·
verified ·
1 Parent(s): 9c479ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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},