taufiqdp commited on
Commit
c08cd12
1 Parent(s): 0053d00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def predict(img) -> Tuple[Dict, float]:
47
 
48
 
49
  example_paths = list(pathlib.Path('examples').glob("*/*.jpg"))
50
- example_list = [[str(filepath)] for filepath in random.sample(example_paths, k=5)]
51
 
52
 
53
  title = 'Birds Species Classifier 🐦'
 
47
 
48
 
49
  example_paths = list(pathlib.Path('examples').glob("*/*.jpg"))
50
+ example_list = [[str(filepath)] for filepath in random.sample(example_paths, k=6)]
51
 
52
 
53
  title = 'Birds Species Classifier 🐦'