corrected image in output
Browse files
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",
|
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")
|