Spaces:
Running
Running
add the examples?
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ demo = gr.Interface(
|
|
32 |
inputs=gr.Image(type="pil"), # what are the inputs?
|
33 |
outputs=[gr.Label(num_top_classes=5, label="Predictions"), # what are the outputs?
|
34 |
gr.Number(label="Prediction time (s)")],
|
35 |
-
|
36 |
title=title,
|
37 |
description=description,
|
38 |
example_labels=example_names
|
|
|
32 |
inputs=gr.Image(type="pil"), # what are the inputs?
|
33 |
outputs=[gr.Label(num_top_classes=5, label="Predictions"), # what are the outputs?
|
34 |
gr.Number(label="Prediction time (s)")],
|
35 |
+
examples=example_list,
|
36 |
title=title,
|
37 |
description=description,
|
38 |
example_labels=example_names
|