yuragoithf commited on
Commit
2a34434
·
1 Parent(s): 1e6353e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -33,7 +33,8 @@ def process_image(image):
33
 
34
  title = "Depth Estimation"
35
  description = "Upload an image and get the depth visualization"
36
- examples =[['house.jpg'], ['plane.webp'], ['room.webp']]
 
37
 
38
  iface = gr.Interface(fn=process_image,
39
  inputs=gr.inputs.Image(type="pil"),
 
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,
40
  inputs=gr.inputs.Image(type="pil"),