devashish07 commited on
Commit
f063645
1 Parent(s): 8844b5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ demo = gr.Interface(fn = predict, # maps inputs to outputs
62
  inputs = gr.Image(type = "pil"),
63
  outputs = [gr.Label(num_top_classes = 3, label = "Predictions"),
64
  gr.Number(label = "Prediction time {s}")],
65
- example = example_list,
66
  title = title,
67
  description = description,
68
  article = article
 
62
  inputs = gr.Image(type = "pil"),
63
  outputs = [gr.Label(num_top_classes = 3, label = "Predictions"),
64
  gr.Number(label = "Prediction time {s}")],
65
+ examples = example_list,
66
  title = title,
67
  description = description,
68
  article = article