GF-John commited on
Commit
4301288
·
verified ·
1 Parent(s): 466e618

hide output JSON

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def app():
139
  yolov12_infer.click(
140
  fn=run_inference,
141
  inputs=[image, video, model_id, image_size, conf_threshold, input_type],
142
- outputs=[output_image, output_video, gr.JSON()],
143
  )
144
 
145
  gr.Examples(
 
139
  yolov12_infer.click(
140
  fn=run_inference,
141
  inputs=[image, video, model_id, image_size, conf_threshold, input_type],
142
+ outputs=[output_image, output_video, gr.JSON(visible = False)],
143
  )
144
 
145
  gr.Examples(