drewglass commited on
Commit
8a92029
·
1 Parent(s): f619c36

Updating description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def predict(img):
11
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
12
 
13
  title = "Bear Predictor"
14
- description = "Upload an image of a bear and click on the Interpret button to see the prediction of black, grizzly or teddy."
15
  article=""
16
  examples = ""
17
  interpretation='default'
 
11
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
12
 
13
  title = "Bear Predictor"
14
+ description = "Upload an image of a bear and click to see the prediction of black, grizzly or teddy."
15
  article=""
16
  examples = ""
17
  interpretation='default'