Update app.py
Browse files
app.py
CHANGED
|
@@ -202,7 +202,7 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|
| 202 |
)
|
| 203 |
with gr.Row():
|
| 204 |
image_widget = gr.Image(
|
| 205 |
-
label='
|
| 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')
|