cls00 commited on
Commit
9360cf5
·
verified ·
1 Parent(s): f5b5a23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ pathlib.WindowsPath = pathlib.PosixPath
11
 
12
 
13
  # %% ../app.ipynb 4
14
- learn = load_learner('ft_resnet18_10epochs.pkl')
15
 
16
  # %% ../app.ipynb 6
17
  categories = ['city','town','countryside','ocean']
 
11
 
12
 
13
  # %% ../app.ipynb 4
14
+ learn = load_learner('resnet50_10epochs.pkl')
15
 
16
  # %% ../app.ipynb 6
17
  categories = ['city','town','countryside','ocean']