FedeFT commited on
Commit
a0388d5
·
verified ·
1 Parent(s): b049b48

corrected image in output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ if __name__=='__main__':
229
  label="detection_threshold", info="Choose in [0, 1]")
230
 
231
  with gr.Column():
232
- outputs = gr.Image(label="Output Image", shape=(512, 512))
233
  with gr.Row():
234
  uncert = gr.Label(label="Uncertainty", value="0.0")
235
  yaw = gr.Label(label="Yaw", value="0")
 
229
  label="detection_threshold", info="Choose in [0, 1]")
230
 
231
  with gr.Column():
232
+ outputs = gr.Image(label="Output Image", width=512, height=512)
233
  with gr.Row():
234
  uncert = gr.Label(label="Uncertainty", value="0.0")
235
  yaw = gr.Label(label="Yaw", value="0")