Ferdinand Tom-Eshemogie commited on
Commit
35083a2
·
1 Parent(s): 80dddfa

Updated the images

Browse files
Files changed (5) hide show
  1. .DS_Store +0 -0
  2. aj13.jpeg +0 -0
  3. aj13.png +0 -0
  4. aj5.jpeg +0 -0
  5. app.py +2 -1
.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.jpeg']
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