Spaces:
Sleeping
Sleeping
update result desc
Browse files
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(
|