Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|