fix examples preview
Browse files
app.py
CHANGED
|
@@ -72,12 +72,14 @@ iface = gr.Interface(
|
|
| 72 |
label="Input Image",
|
| 73 |
type="filepath",
|
| 74 |
),
|
| 75 |
-
gr.
|
| 76 |
label="Predicted depth (red-near, blue-far)",
|
|
|
|
| 77 |
visible=False,
|
| 78 |
),
|
| 79 |
-
gr.
|
| 80 |
label="Predicted depth (16-bit PNG)",
|
|
|
|
| 81 |
visible=False,
|
| 82 |
),
|
| 83 |
],
|
|
|
|
| 72 |
label="Input Image",
|
| 73 |
type="filepath",
|
| 74 |
),
|
| 75 |
+
gr.Image(
|
| 76 |
label="Predicted depth (red-near, blue-far)",
|
| 77 |
+
type="filepath",
|
| 78 |
visible=False,
|
| 79 |
),
|
| 80 |
+
gr.Image(
|
| 81 |
label="Predicted depth (16-bit PNG)",
|
| 82 |
+
type="filepath",
|
| 83 |
visible=False,
|
| 84 |
),
|
| 85 |
],
|