update app [0502] ✅

#1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1101,7 +1101,7 @@ with gr.Blocks() as demo:
1101
 
1102
  with gr.Row():
1103
  with gr.Column(scale=1):
1104
- image = gr.Image(label="Input Image", type="pil", height=300)
1105
 
1106
  gr.Markdown("### 3D Lighting Control")
1107
 
 
1101
 
1102
  with gr.Row():
1103
  with gr.Column(scale=1):
1104
+ image = gr.Image(label="Input Image", type="pil", height=310)
1105
 
1106
  gr.Markdown("### 3D Lighting Control")
1107