martintmv commited on
Commit
8271902
β€’
1 Parent(s): 2c4b4cb

(label="JSON")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ with gr.Blocks(css=css) as demo:
246
  submit_button = gr.Button("Submit")
247
 
248
  annotated_output = gr.Image(type="numpy")
249
- json_output = gr.Textbox()
250
  crops_output = gr.Gallery(label="Cropped Bounding Boxes")
251
 
252
  async def update_outputs(image, include_json, include_bboxes):
 
246
  submit_button = gr.Button("Submit")
247
 
248
  annotated_output = gr.Image(type="numpy")
249
+ json_output = gr.Textbox(label="JSON")
250
  crops_output = gr.Gallery(label="Cropped Bounding Boxes")
251
 
252
  async def update_outputs(image, include_json, include_bboxes):