bhushanp commited on
Commit
04f6df4
β€’
1 Parent(s): ac4b8ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def get_label(fname):
18
  # print(cls)
19
  return name(cls)
20
 
21
- learn = load_learner("./models/model.pth")
22
 
23
 
24
  # Function to make predictions from an image
 
18
  # print(cls)
19
  return name(cls)
20
 
21
+ learn = load_learner("./models/model.pkl")
22
 
23
 
24
  # Function to make predictions from an image