Sijuade commited on
Commit
301bf24
·
1 Parent(s): 25d59ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from gradio_utils import (
13
 
14
  show_label = True
15
  examples = get_examples()
16
- iou_thresh, thresh = 0.5, 0.6
17
 
18
  with gr.Blocks() as gradcam:
19
  gr.HTML(value=generate_html, show_label=show_label)
 
13
 
14
  show_label = True
15
  examples = get_examples()
16
+ iou_thresh, thresh = 0.8, 0.8
17
 
18
  with gr.Blocks() as gradcam:
19
  gr.HTML(value=generate_html, show_label=show_label)