ghost233lism commited on
Commit
426769f
·
verified ·
1 Parent(s): aa8913d

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- source="webcam",
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
  )