Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ description = "A simple Gradio interface to infer on ResNet model, get GradCAM r
|
|
| 60 |
examples = [
|
| 61 |
["plane.jpeg", "plane", True, 1, -1, 0.5, False, 0, 3],
|
| 62 |
["car.jpg", "car", True, 2, -2, 0.7, True, 1, 5],
|
| 63 |
-
["bird.
|
| 64 |
# Add more examples as needed
|
| 65 |
]
|
| 66 |
|
|
|
|
| 60 |
examples = [
|
| 61 |
["plane.jpeg", "plane", True, 1, -1, 0.5, False, 0, 3],
|
| 62 |
["car.jpg", "car", True, 2, -2, 0.7, True, 1, 5],
|
| 63 |
+
["bird.jpeg", "bird", False, 0, -1, 0.5, False, 0, 3],
|
| 64 |
# Add more examples as needed
|
| 65 |
]
|
| 66 |
|