Vvaann commited on
Commit
0bae7fa
·
verified ·
1 Parent(s): 99e2fc0

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", 1, True, 10, 0.4]]
103
  )
104
 
105
  if __name__ == "__main__":
 
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",True, 1, 10, 0.4]]
103
  )
104
 
105
  if __name__ == "__main__":