Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -49,8 +49,8 @@ demo = gr.Interface(
|
|
| 49 |
gr.Image(type="filepath")
|
| 50 |
],
|
| 51 |
outputs=[
|
| 52 |
-
gr.Image(),
|
| 53 |
-
gr.JSON(),
|
| 54 |
],
|
| 55 |
examples=[
|
| 56 |
["bread_small.png"]
|
|
|
|
| 49 |
gr.Image(type="filepath")
|
| 50 |
],
|
| 51 |
outputs=[
|
| 52 |
+
gr.Image(label="Depth Image"),
|
| 53 |
+
gr.JSON(label="Tensor"),
|
| 54 |
],
|
| 55 |
examples=[
|
| 56 |
["bread_small.png"]
|