corrected examples_list error
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ demo = gr.Interface(fn=predict,
|
|
51 |
inputs=gr.Image(type='pil'),
|
52 |
outputs = [gr.Label(num_top_classes=3,label='predictions'),
|
53 |
gr.Number(label='Prediction time(s)')],
|
54 |
-
examples=
|
55 |
title=title,
|
56 |
description=description,
|
57 |
article=article)
|
|
|
51 |
inputs=gr.Image(type='pil'),
|
52 |
outputs = [gr.Label(num_top_classes=3,label='predictions'),
|
53 |
gr.Number(label='Prediction time(s)')],
|
54 |
+
examples=examples_list,
|
55 |
title=title,
|
56 |
description=description,
|
57 |
article=article)
|