xingyang1 commited on
Commit
d71ed99
·
verified ·
1 Parent(s): b422adc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ iface = gr.Interface(
118
  outputs = ImageSlider(label="Depth slider", type="pil", slider_color="pink"), # Depth image out with a slider
119
  title="Depth Estimation Demo",
120
  description="Upload an image to see the depth estimation results. Our model is running on GPU for faster processing.",
121
- examples=["maizi.jpg", "hair.jpg", "videoframe_10273.png", "videoframe_2168.png", "videoframe_3289.png"],
122
  cache_examples=True,)
123
 
124
  # Launch the Gradio interface
 
118
  outputs = ImageSlider(label="Depth slider", type="pil", slider_color="pink"), # Depth image out with a slider
119
  title="Depth Estimation Demo",
120
  description="Upload an image to see the depth estimation results. Our model is running on GPU for faster processing.",
121
+ examples=["1.jpg", "2.jpg", "4.png", "5.jpg", "6.jpg"],
122
  cache_examples=True,)
123
 
124
  # Launch the Gradio interface