Spaces:
Build error
Build error
Commit
·
039d52f
1
Parent(s):
180237b
fix typo
Browse files
app.py
CHANGED
|
@@ -165,7 +165,7 @@ with gr.Blocks() as demo:
|
|
| 165 |
# Class Activation Mapping (CAM) Explainer Demo
|
| 166 |
This is a demo for CAM explainer from Intel XAI tools (https://github.com/IntelAI/intel-xai-tools). \
|
| 167 |
CAM is an approach which localizes regions in the image responsible for a class prediction. \
|
| 168 |
-
|
| 169 |
"""
|
| 170 |
)
|
| 171 |
|
|
|
|
| 165 |
# Class Activation Mapping (CAM) Explainer Demo
|
| 166 |
This is a demo for CAM explainer from Intel XAI tools (https://github.com/IntelAI/intel-xai-tools). \
|
| 167 |
CAM is an approach which localizes regions in the image responsible for a class prediction. \
|
| 168 |
+
The demo shows visualization of XGradCAM for object classification model and EigenCAM for object detection model.
|
| 169 |
"""
|
| 170 |
)
|
| 171 |
|