RuudVelo commited on
Commit
7679929
1 Parent(s): 1ead71d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,9 +13,9 @@ def predict(img):
13
 
14
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
15
 
16
- title = "Dutch Snack Detector"
17
 
18
- description = "Dutch Snack Detector: Detect your Dutch snack and enjoy"
19
 
20
  article = "Snacks can be found everywhere in the Netherlands as they are often sold at stands as street food and as appetisers in bars and restaurants. This classifier is tied to savoury snacks which you most often find in Dutch snackbars. It ranges from the famous frikandel till the lesser -locally- known knoepert"
21
 
 
13
 
14
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
15
 
16
+ title = "Dutch Snackbar Snack Detector"
17
 
18
+ description = "Dutch Snackbar Snack Detector: Detect your Dutch snackbar snack and enjoy (or not)"
19
 
20
  article = "Snacks can be found everywhere in the Netherlands as they are often sold at stands as street food and as appetisers in bars and restaurants. This classifier is tied to savoury snacks which you most often find in Dutch snackbars. It ranges from the famous frikandel till the lesser -locally- known knoepert"
21