EvanMarie commited on
Commit
1bb822b
1 Parent(s): f3a3ea6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpeg', 'not_sure.jpeg'])
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