BhumikaMak commited on
Commit
7f898ee
·
verified ·
1 Parent(s): 51edb67

update result desc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(css=custom_css) as interface:
169
  )
170
 
171
 
172
- 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>""")
173
  # Results and visualization
174
  with gr.Row(elem_classes="custom-row"):
175
  result_gallery = gr.Gallery(
 
169
  )
170
 
171
 
172
+ gr.HTML("""<span style="font-family: 'Papyrus', cursive; font-size: 14px;">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>""")
173
  # Results and visualization
174
  with gr.Row(elem_classes="custom-row"):
175
  result_gallery = gr.Gallery(