bencoman commited on
Commit
5dfa47d
1 Parent(s): 68b3950
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ interface_options = {
16
  "title": "Which Watersport? Compare your guess to the machine inferencing.z",
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()],
 
20
  }
21
 
22
  title = "Which Watersport? Compare your guess to the machine inferencing.y"
 
16
  "title": "Which Watersport? Compare your guess to the machine inferencing.z",
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()],
20
+ "examples_per_page": "100"
21
  }
22
 
23
  title = "Which Watersport? Compare your guess to the machine inferencing.y"