sachin commited on
Commit
bd2c1a6
1 Parent(s): a6400ff

updates bear image

Browse files
Files changed (2) hide show
  1. Grizzly-bear.jpg +0 -0
  2. app.py +1 -1
Grizzly-bear.jpg DELETED
Binary file (304 kB)
 
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(img):
12
 
13
  title = "Don't Hug Grizzy Accidentally"
14
  description = "A bear classifier tells you exactly what you are about to hug."
15
- examples = ['teddy.jpg', 'Grizzly-bear.jpg']
16
  interpretation='default'
17
  enable_queue=True
18
 
 
12
 
13
  title = "Don't Hug Grizzy Accidentally"
14
  description = "A bear classifier tells you exactly what you are about to hug."
15
+ examples = ['teddy.jpg', 'grizzly.png']
16
  interpretation='default'
17
  enable_queue=True
18