Shivdutta commited on
Commit
706eaa7
·
verified ·
1 Parent(s): e07f0df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpg", "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
 
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