Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks(title="Depth Anything AC - Depth Estimation Demo", theme=gr.theme
|
|
176 |
camera_image = gr.Image(
|
177 |
label="Camera Input",
|
178 |
type="pil",
|
179 |
-
|
180 |
height=450,
|
181 |
visible=False
|
182 |
)
|
|
|
176 |
camera_image = gr.Image(
|
177 |
label="Camera Input",
|
178 |
type="pil",
|
179 |
+
sources=["webcam"],
|
180 |
height=450,
|
181 |
visible=False
|
182 |
)
|