robinsk8a commited on
Commit
5f0dc31
·
1 Parent(s): fc96017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def predict(img):
14
 
15
  title = "Car classifier"
16
  description = "A car classifier in which I've being spending so much time to make a working prototype online"
17
- examples = ['lamborghini.jpg', 'koenigsegg.jpg', '']
18
  interpretation='default'
19
  enable_queue=True
20
 
 
14
 
15
  title = "Car classifier"
16
  description = "A car classifier in which I've being spending so much time to make a working prototype online"
17
+ examples = ['lamborghini.jpg', 'koenigsegg.jpg']
18
  interpretation='default'
19
  enable_queue=True
20