Spaces:
Sleeping
Sleeping
Commit
·
89677ec
1
Parent(s):
f708095
Update app.py
Browse files
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
|
16 |
-
title = """
|
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 |
|