GerryRaz commited on
Commit
926463d
·
verified ·
1 Parent(s): 2041fe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ demo = gr.Interface(
65
  inputs=gr.Image(type="pil"),
66
  outputs=[gr.Label(num_top_classes=4,label="Predictions"),
67
  gr.Number(label="Prediction's time")],
68
- examples=["mri_images.jpg"],
69
  title=title,
70
  description=desc,
71
  article=article
 
65
  inputs=gr.Image(type="pil"),
66
  outputs=[gr.Label(num_top_classes=4,label="Predictions"),
67
  gr.Number(label="Prediction's time")],
68
+ examples=["mri_images.jpg","image_1.jpg","image_2.jpg","image_3.jpg"],
69
  title=title,
70
  description=desc,
71
  article=article