bencoman commited on
Commit
66be579
1 Parent(s): d9f9882
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def classify_image(img):
13
  return( dict(zip(categories, map(float,probs))))
14
 
15
  interface_options = {
16
- "title": "Which Watersport? Compare your guess to the machine inferencing.A",
17
  "description": "Click an image and click submit. Drag an image into the classifier. Take a close look and guess it yourself, before hitting **\<Submit\>**. \n \
18
  You need to **\<Clear\>** before dragging next image. Other images can be dragged directly from google search.",
19
  "examples": [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()],
 
13
  return( dict(zip(categories, map(float,probs))))
14
 
15
  interface_options = {
16
+ "title": "Which Watersport? Compare your guess to the machine inferencing.B",
17
  "description": "Click an image and click submit. Drag an image into the classifier. Take a close look and guess it yourself, before hitting **\<Submit\>**. \n \
18
  You need to **\<Clear\>** before dragging next image. Other images can be dragged directly from google search.",
19
  "examples": [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()],