Spaces:
Sleeping
Sleeping
Commit ·
31cffc8
1
Parent(s): da9824e
Changed plot to image
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ demo = gr.Interface(inference,
|
|
| 136 |
gr.Checkbox(label="Show False Detection"),
|
| 137 |
gr.Slider(5, 35, value=10, step=5, label="Number of False Detection")],
|
| 138 |
outputs= [gr.Image(width=640, height=640, label="Output"),
|
| 139 |
-
gr.
|
| 140 |
gr.Plot(label="False Detection")],
|
| 141 |
title=title,
|
| 142 |
description=description,
|
|
|
|
| 136 |
gr.Checkbox(label="Show False Detection"),
|
| 137 |
gr.Slider(5, 35, value=10, step=5, label="Number of False Detection")],
|
| 138 |
outputs= [gr.Image(width=640, height=640, label="Output"),
|
| 139 |
+
gr.Image(label="EigenCAM"),
|
| 140 |
gr.Plot(label="False Detection")],
|
| 141 |
title=title,
|
| 142 |
description=description,
|