yuragoithf commited on
Commit
89677ec
·
1 Parent(s): f708095

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ def rb(img):
12
  result = estimator(img)
13
  return result["depth"]
14
 
15
- description = """Upload an image and get the detected classes"""
16
- title = """Object Detection"""
17
  inputs = gr.inputs.Image(type="pil", label="Upload an image")
18
  outputs = gr.outputs.Image(type="pil",label="Output Image")
19
 
 
12
  result = estimator(img)
13
  return result["depth"]
14
 
15
+ description = """Upload an image and get the depth visualization"""
16
+ title = """Depth Estimation"""
17
  inputs = gr.inputs.Image(type="pil", label="Upload an image")
18
  outputs = gr.outputs.Image(type="pil",label="Output Image")
19