Vvaann commited on
Commit
088c431
·
verified ·
1 Parent(s): 6feb474

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ demo = gr.Interface(
99
  ],
100
  title = "CIFAR 10 trained on ResNet model in pytorch lightning with Gradcam",
101
  description = " A simple gradio inference to infer on resnet18 model",
102
- examples = [["cat.jpg", 10, True, "3", -1],
103
  ["dog.jpg", 4, False, "2", -1]]
104
  )
105
 
 
99
  ],
100
  title = "CIFAR 10 trained on ResNet model in pytorch lightning with Gradcam",
101
  description = " A simple gradio inference to infer on resnet18 model",
102
+ examples = [["cat.jpg", 10, True, "1", -1],
103
  ["dog.jpg", 4, False, "2", -1]]
104
  )
105