HugoHE commited on
Commit
19c6190
·
1 Parent(s): 4f7f5ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ To utilize the demo, upload an image and click on *"Infer"* to view the followin
187
  - **Verdict**: verdicts from Monitors (problematic detections caused by out-of-distribution(OOD) objects will be identified as OOD objects)
188
  - **Explainable AI**: visual explanation generated by [grad-cam](https://github.com/jacobgil/pytorch-grad-cam) library which is based on Class Activation Mapping(CAM) method.
189
 
190
- You can also select an image from the cached **Examples** to quickly try out. Without clicking *"Infer"*, the cached outputs will be loaded automatically.)
191
 
192
  In case the output image seems too small, simply right-click on the image, and choose “Open image in new tab” to visualize it in full size.
193
  """
 
187
  - **Verdict**: verdicts from Monitors (problematic detections caused by out-of-distribution(OOD) objects will be identified as OOD objects)
188
  - **Explainable AI**: visual explanation generated by [grad-cam](https://github.com/jacobgil/pytorch-grad-cam) library which is based on Class Activation Mapping(CAM) method.
189
 
190
+ You can also select an image from the cached **Examples** to quickly try out. Without clicking *"Infer"*, the cached outputs will be loaded automatically.
191
 
192
  In case the output image seems too small, simply right-click on the image, and choose “Open image in new tab” to visualize it in full size.
193
  """