Skier8402 commited on
Commit
1b72673
·
verified ·
1 Parent(s): ff7112c

Update app.py

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