Sachin commited on
Commit
b8978df
1 Parent(s): 08922c6

cooooooooooooooooooooooooorrent

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def predict(img):
9
  pred,pred_idx,probs = learn.predict(img)
10
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
11
 
12
- title = "Is it a car or plance or bus?"
13
  description = "Are you a vampire sleeping for last 500 years and struggling to cope with this new world? Have you ever looked at something and could not figure out if it is a car or plane or bus? Don't worry you can now use this app to help you figure what it is exactly"
14
  examples = ['car.jpg', 'plane.jpg', 'bus.jpg']
15
  interpretation='default'
 
9
  pred,pred_idx,probs = learn.predict(img)
10
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
11
 
12
+ title = "Is it a car or plane or bus?"
13
  description = "Are you a vampire sleeping for last 500 years and struggling to cope with this new world? Have you ever looked at something and could not figure out if it is a car or plane or bus? Don't worry you can now use this app to help you figure what it is exactly"
14
  examples = ['car.jpg', 'plane.jpg', 'bus.jpg']
15
  interpretation='default'