Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def predict(img):
|
|
| 13 |
|
| 14 |
title = 'Natural Language Classifier'
|
| 15 |
|
| 16 |
-
examples = ['farm.
|
| 17 |
|
| 18 |
iface = gr.Interface(fn=predict,
|
| 19 |
inputs=gr.Image(height=512, width=512),
|
|
|
|
| 13 |
|
| 14 |
title = 'Natural Language Classifier'
|
| 15 |
|
| 16 |
+
examples = ['farm.png']
|
| 17 |
|
| 18 |
iface = gr.Interface(fn=predict,
|
| 19 |
inputs=gr.Image(height=512, width=512),
|