Vvaann commited on
Commit
1d1080e
·
verified ·
1 Parent(s): efcb29d

Update app.py

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