Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=["
|
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
|