Spaces:
Runtime error
Runtime error
Commit ·
f063645
1
Parent(s): 8844b5d
Update app.py
Browse files
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 |
-
|
| 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
|