AustinL commited on
Commit
1192e13
·
verified ·
1 Parent(s): b03ce14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ im = PILImage.create('/kaggle/input/healthy-cells/istockphoto-1376243518-612x612
31
  im.thumbnail((192,192))
32
  im
33
 
34
- learn = load_learner('/kaggle/input/011pdk/ML HT6 Model 011 perc.pkl')
35
 
36
  learn.predict(im)
37
 
 
31
  im.thumbnail((192,192))
32
  im
33
 
34
+ learn = load_learner('Model PKL/ML HT6 Model 1.pkl')
35
 
36
  learn.predict(im)
37