FQiao commited on
Commit
ff0c955
·
verified ·
1 Parent(s): 0041b69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ with tempfile.TemporaryDirectory() as tmpdir:
202
  )
203
  with gr.Row():
204
  image_widget = gr.Image(
205
- label='Depth', type='filepath',
206
  interactive=False
207
  )
208
  depth_widget = gr.Image(label='Estimated Depth', type='pil')
 
202
  )
203
  with gr.Row():
204
  image_widget = gr.Image(
205
+ label='Left Image', type='filepath',
206
  interactive=False
207
  )
208
  depth_widget = gr.Image(label='Estimated Depth', type='pil')