BhumikaMak commited on
Commit
fc9d60f
·
verified ·
1 Parent(s): cb40f87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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(