Update app.py
Browse files
app.py
CHANGED
|
@@ -19,5 +19,5 @@ description = "A prototype bear classifier developed with fastaiwith images from
|
|
| 19 |
examples = [r'examples/grizzly_bear.jpg']
|
| 20 |
|
| 21 |
|
| 22 |
-
demo = gr.Interface(fn=predict, inputs="image", outputs="label")
|
| 23 |
demo.launch()
|
|
|
|
| 19 |
examples = [r'examples/grizzly_bear.jpg']
|
| 20 |
|
| 21 |
|
| 22 |
+
demo = gr.Interface(fn=predict, inputs="image", outputs="label", examples=examples)
|
| 23 |
demo.launch()
|