root commited on
Commit ·
d83847c
1
Parent(s): 1b50491
Rename depth map label to Model Predicted Depth Map
Browse files
app.py
CHANGED
|
@@ -990,7 +990,7 @@ By using WildDet3D, you agree:
|
|
| 990 |
"output without alignment with point cloud "
|
| 991 |
"or the model's own predicted depth.*",
|
| 992 |
)
|
| 993 |
-
depth_image = gr.Image(label="Depth Map", type="pil")
|
| 994 |
intrinsics_info = gr.Textbox(
|
| 995 |
label="Intrinsics Info", interactive=False
|
| 996 |
)
|
|
|
|
| 990 |
"output without alignment with point cloud "
|
| 991 |
"or the model's own predicted depth.*",
|
| 992 |
)
|
| 993 |
+
depth_image = gr.Image(label="Model Predicted Depth Map", type="pil")
|
| 994 |
intrinsics_info = gr.Textbox(
|
| 995 |
label="Intrinsics Info", interactive=False
|
| 996 |
)
|