Noe831 commited on
Commit
e82b232
·
1 Parent(s): f2318ed

new images

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. black.jpg +0 -0
  3. teddy.jpg +0 -0
app.py CHANGED
@@ -19,6 +19,6 @@ interface = gr.Interface(
19
  title="Bear Classifier",
20
  description="Upload a photo of a bear.",
21
  article="This classifier can distinguish between black, grizzly, and teddy bears.",
22
- examples=['grizzly.jpg']
23
  )
24
  interface.launch(share=True)
 
19
  title="Bear Classifier",
20
  description="Upload a photo of a bear.",
21
  article="This classifier can distinguish between black, grizzly, and teddy bears.",
22
+ examples=['grizzly.jpg', 'black.jpg', 'teddy.jpg']
23
  )
24
  interface.launch(share=True)
black.jpg ADDED
teddy.jpg ADDED