Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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)
|