Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def classify_image(img):
|
|
| 16 |
|
| 17 |
#image = gr.input.Image(shape = (192,192))
|
| 18 |
#label = gr.outputs.Label()
|
| 19 |
-
examples = ['dog.jpg'
|
| 20 |
|
| 21 |
|
| 22 |
intf = gr.Interface(fn= classify_image, inputs= gr.Image() , outputs= gr.Label(), examples = examples)
|
|
|
|
| 16 |
|
| 17 |
#image = gr.input.Image(shape = (192,192))
|
| 18 |
#label = gr.outputs.Label()
|
| 19 |
+
examples = ['dog.jpg']
|
| 20 |
|
| 21 |
|
| 22 |
intf = gr.Interface(fn= classify_image, inputs= gr.Image() , outputs= gr.Label(), examples = examples)
|