JYL480 commited on
Commit
100b642
·
1 Parent(s): ee47190

add the examples?

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # examples=example_list,
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