Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def predict(img):
|
|
| 12 |
|
| 13 |
title = 'Natural Landscape Classifier'
|
| 14 |
|
| 15 |
-
examples = 'farm.
|
| 16 |
|
| 17 |
iface = gr.Interface(fn=predict,
|
| 18 |
inputs=gr.Image(type='pil'),
|
|
|
|
| 12 |
|
| 13 |
title = 'Natural Landscape Classifier'
|
| 14 |
|
| 15 |
+
examples = ['farm.jpg']
|
| 16 |
|
| 17 |
iface = gr.Interface(fn=predict,
|
| 18 |
inputs=gr.Image(type='pil'),
|