teacherc commited on
Commit
e36e718
·
1 Parent(s): 99b7369

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def predict(img):
10
  pred,pred_idx,probs = learn.predict(img)
11
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
12
 
13
- title = "Pet Breed Classifier"
14
  description = "A winter squash classifer created by Candace Williams in fastai"
15
  examples = ['david_trinks_unsplash.jpg', 'edgar_castrejon_unsplash.jpg', 'example.jpg' ]
16
  interpretation='default'
 
10
  pred,pred_idx,probs = learn.predict(img)
11
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
12
 
13
+ title = "What the Gourd?"
14
  description = "A winter squash classifer created by Candace Williams in fastai"
15
  examples = ['david_trinks_unsplash.jpg', 'edgar_castrejon_unsplash.jpg', 'example.jpg' ]
16
  interpretation='default'