NightRaven109 commited on
Commit
a40ed82
·
verified ·
1 Parent(s): 5319ec3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -261,11 +261,7 @@ iface = gr.Interface(
261
  fn=gradio_interface,
262
  inputs=gr.Image(label="Input Image"),
263
  outputs=[
264
- gr.Image(label="Original Image"),
265
  gr.Image(label="Raw Depth Map"),
266
- gr.Image(label="Colored Depth Map"),
267
- gr.Image(label="Intensity Map"),
268
- gr.Image(label="Blended (Depth + Intensity)"),
269
  gr.Image(label="Normal Map")
270
  ],
271
  title="Depth, Intensity, and Normal Map Estimation",
 
261
  fn=gradio_interface,
262
  inputs=gr.Image(label="Input Image"),
263
  outputs=[
 
264
  gr.Image(label="Raw Depth Map"),
 
 
 
265
  gr.Image(label="Normal Map")
266
  ],
267
  title="Depth, Intensity, and Normal Map Estimation",