Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -327,7 +327,7 @@ with gr.Blocks() as demo:
|
|
| 327 |
"""
|
| 328 |
**How to use this dashboard**
|
| 329 |
|
| 330 |
-
- Upload an image using the left panel. The model will run object detection and list detected objects.
|
| 331 |
- Use the "Confidence Threshold" slider to filter detections by score. Detections below the threshold are hidden.
|
| 332 |
- Pick a detection from the dropdown to generate explanations for that object.
|
| 333 |
- Choose between `Grad-CAM` and `Grad-CAM++` (Grad-CAM++ often gives sharper, more localized maps).
|
|
|
|
| 327 |
"""
|
| 328 |
**How to use this dashboard**
|
| 329 |
|
| 330 |
+
- Upload an image using the left panel. The model will run object detection and list detected objects. Try [imageNet](https://www.image-net.org/)
|
| 331 |
- Use the "Confidence Threshold" slider to filter detections by score. Detections below the threshold are hidden.
|
| 332 |
- Pick a detection from the dropdown to generate explanations for that object.
|
| 333 |
- Choose between `Grad-CAM` and `Grad-CAM++` (Grad-CAM++ often gives sharper, more localized maps).
|