Spaces:
Sleeping
Sleeping
Commit
·
3c3389c
1
Parent(s):
2a34434
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def process_image(image):
|
|
33 |
|
34 |
title = "Depth Estimation"
|
35 |
description = "Upload an image and get the depth visualization"
|
36 |
-
examples =[['house.jpg']]
|
37 |
# examples =[['house.jpg'], ['plane.webp'], ['room.webp']]
|
38 |
|
39 |
iface = gr.Interface(fn=process_image,
|
|
|
33 |
|
34 |
title = "Depth Estimation"
|
35 |
description = "Upload an image and get the depth visualization"
|
36 |
+
examples =[['./house.jpg']]
|
37 |
# examples =[['house.jpg'], ['plane.webp'], ['room.webp']]
|
38 |
|
39 |
iface = gr.Interface(fn=process_image,
|