Spaces:
Runtime error
Runtime error
Ferdinand Tom-Eshemogie
commited on
Commit
·
35083a2
1
Parent(s):
80dddfa
Updated the images
Browse files
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
aj13.jpeg
DELETED
Binary file (44.6 kB)
|
|
aj13.png
ADDED
aj5.jpeg
ADDED
app.py
CHANGED
@@ -27,8 +27,9 @@ def classify_image(img):
|
|
27 |
|
28 |
examples = ['aj1.jpeg',
|
29 |
'aj4.jpeg',
|
|
|
30 |
'aj11.png',
|
31 |
-
'aj13.
|
32 |
|
33 |
iface = gr.Interface(fn=classify_image,
|
34 |
inputs=gr.Image(type='pil'), # Specifies that the input should be an image, automatically converted to PILImage
|
|
|
27 |
|
28 |
examples = ['aj1.jpeg',
|
29 |
'aj4.jpeg',
|
30 |
+
'aj5.jpeg'
|
31 |
'aj11.png',
|
32 |
+
'aj13.png']
|
33 |
|
34 |
iface = gr.Interface(fn=classify_image,
|
35 |
inputs=gr.Image(type='pil'), # Specifies that the input should be an image, automatically converted to PILImage
|