sachin commited on
Commit
af4cb17
1 Parent(s): 68ba00a

remove queue

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