Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def classify_pet(img):
|
|
| 16 |
intf = gr.Interface(fn=classify_pet,
|
| 17 |
inputs=gr.Image(shape=(192, 192)),
|
| 18 |
outputs=gr.Label(),
|
| 19 |
-
examples=['dog.jpeg', 'cat.png', 'dog2.jpeg', 'dog03.jpeg', 'acat.
|
| 20 |
intf.launch(inline=False)
|
| 21 |
|
| 22 |
|
|
|
|
| 16 |
intf = gr.Interface(fn=classify_pet,
|
| 17 |
inputs=gr.Image(shape=(192, 192)),
|
| 18 |
outputs=gr.Label(),
|
| 19 |
+
examples=['dog.jpeg', 'cat.png', 'dog2.jpeg', 'dog03.jpeg', 'acat.jpg', 'not_sure.jpeg'])
|
| 20 |
intf.launch(inline=False)
|
| 21 |
|
| 22 |
|