Update app.py
Browse files
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.
|
| 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]],
|