gupta1912 commited on
Commit
bffab56
·
1 Parent(s): 0d9dd27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def inference(wants_gradcam, n_gradcam, target_layer_number, transparency, wants
120
 
121
  title = "CIFAR10 trained on Custom ResNet Model with GradCAM"
122
  description = "A simple Gradio interface to infer on ResNet model, and get GradCAM results"
123
- examples = [[None, None, None, None, None, None, 'examples/test_'+str(i)+'.jpg', None] for i in range(10)]
124
 
125
  demo = gr.Interface(inference,
126
  inputs = [gr.Checkbox(False, label='Do you want to see GradCAM outputs?'),
 
120
 
121
  title = "CIFAR10 trained on Custom ResNet Model with GradCAM"
122
  description = "A simple Gradio interface to infer on ResNet model, and get GradCAM results"
123
+ examples = [[None, None, None, None, None, None, 'test_'+str(i)+'.jpg', None] for i in range(10)]
124
 
125
  demo = gr.Interface(inference,
126
  inputs = [gr.Checkbox(False, label='Do you want to see GradCAM outputs?'),