amitkayal commited on
Commit
87e3117
·
1 Parent(s): 6ced9ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def gradio_callback(input_img, transparency = 0.5, target_layer_number = -1):
87
 
88
  title = "CIFAR10 trained on ResNet18 Model with GradCAM"
89
  description = "Gradio interface to infer on ResNet18 model, and get GradCAM results"
90
- examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.5, -1]]
91
 
92
  demo = gr.Interface(
93
  # inference,
 
87
 
88
  title = "CIFAR10 trained on ResNet18 Model with GradCAM"
89
  description = "Gradio interface to infer on ResNet18 model, and get GradCAM results"
90
+ examples = [["Yes","cat.jpg", 0.5, -1], ["Yes","dog.jpg", 0.5, -1]]
91
 
92
  demo = gr.Interface(
93
  # inference,