Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ title = "CIFAR10 trained on ResNet18 Model with GradCAM"
|
|
| 58 |
description = "A simple Gradio interface to infer on ResNet model, get GradCAM results, and view misclassified images"
|
| 59 |
|
| 60 |
examples = [
|
| 61 |
-
["plane.
|
| 62 |
["car.jpg", "car", True, 2, -2, 0.7, True, 1, 5],
|
| 63 |
["bird.jpg", "bird", False, 0, -1, 0.5, False, 0, 3],
|
| 64 |
# Add more examples as needed
|
|
|
|
| 58 |
description = "A simple Gradio interface to infer on ResNet model, get GradCAM results, and view misclassified images"
|
| 59 |
|
| 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.jpg", "bird", False, 0, -1, 0.5, False, 0, 3],
|
| 64 |
# Add more examples as needed
|