toshas commited on
Commit
ca43de2
·
1 Parent(s): bbdee28

fix examples preview

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -72,12 +72,14 @@ iface = gr.Interface(
72
  label="Input Image",
73
  type="filepath",
74
  ),
75
- gr.File(
76
  label="Predicted depth (red-near, blue-far)",
 
77
  visible=False,
78
  ),
79
- gr.File(
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
  ],