hudson-dev commited on
Commit
12fc499
·
1 Parent(s): e49db51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import skimage as sk
4
 
5
  learn = load_learner('export.pkl')
6
  labels = learn.dls.vocab
7
- EXAMPLES_PATH = Path('./examples')
8
  examples = [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()]
9
 
10
  def predict(img):
 
4
 
5
  learn = load_learner('export.pkl')
6
  labels = learn.dls.vocab
7
+ EXAMPLES_PATH = Path('./')
8
  examples = [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()]
9
 
10
  def predict(img):