freealise commited on
Commit
34408be
1 Parent(s): 0e4eb74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ with gr.Blocks() as demo:
210
  with gr.Column():
211
  video_output = gr.Video()
212
  file_output = gr.File()
213
- depth_output = gr.Image(image_mode="L")
214
 
215
  gr.Examples(
216
  examples=[["./examples/streetview.mp4", 1, 0, 256, 15]],
 
210
  with gr.Column():
211
  video_output = gr.Video()
212
  file_output = gr.File()
213
+ depth_output = gr.ImageEditor(image_mode="L", interactive=True, label="Depth map")
214
 
215
  gr.Examples(
216
  examples=[["./examples/streetview.mp4", 1, 0, 256, 15]],