Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,6 +167,8 @@ with gr.Blocks(css=custom_css) as interface:
|
|
| 167 |
label="Selected Sample Image",
|
| 168 |
)
|
| 169 |
|
|
|
|
|
|
|
| 170 |
# Results and visualization
|
| 171 |
with gr.Row(elem_classes="custom-row"):
|
| 172 |
result_gallery = gr.Gallery(
|
|
|
|
| 167 |
label="Selected Sample Image",
|
| 168 |
)
|
| 169 |
|
| 170 |
+
|
| 171 |
+
gr.HTML("""The visualization demonstrates object detection and interpretability. Detected objects are highlighted with bounding boxes, while the heatmap reveals regions of focus, offering insights into the model's decision-making process.</span>""")
|
| 172 |
# Results and visualization
|
| 173 |
with gr.Row(elem_classes="custom-row"):
|
| 174 |
result_gallery = gr.Gallery(
|