Shivdutta commited on
Commit
7ea9b87
·
verified ·
1 Parent(s): e23a543

Update app.py

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