hide output JSON
Browse files
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(
|