Vvaann commited on
Commit
4925060
·
verified ·
1 Parent(s): 2c62d9e

Update app.py

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