Spaces:
Sleeping
Sleeping
Commit
·
1292fd5
1
Parent(s):
c3d1da3
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ def rb(img):
|
|
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 |
|
|
|
14 |
|
15 |
description = """Upload an image and get the depth visualization"""
|
16 |
title = """Depth Estimation"""
|
17 |
+
examples=[["house.jpg"], ["plane.webp"], ["room.webp"]]
|
18 |
inputs = gr.inputs.Image(type="pil", label="Upload an image")
|
19 |
outputs = gr.outputs.Image(type="pil",label="Output Image")
|
20 |
|