Spaces:
Runtime error
Runtime error
Updating description
Browse files
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
|
| 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'
|