Manu101 commited on
Commit
51ef4a8
1 Parent(s): 3dd39f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ demo = gr.Interface(
80
  ],
81
  title="CIFAR10 trained on ResNet18 with GradCAM feature",
82
  description = "A simple Gradio app for checking GradCAM outputs from results of ResNet18 model.",
83
- examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.7, -2]
84
  )
85
 
86
  demo.launch()
 
80
  ],
81
  title="CIFAR10 trained on ResNet18 with GradCAM feature",
82
  description = "A simple Gradio app for checking GradCAM outputs from results of ResNet18 model.",
83
+ examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.7, -2]]
84
  )
85
 
86
  demo.launch()