Lesson 2 official topic

replace from fastai.vision.widgets import * with from fastai.vision.all import *

learn = load_learner(‘export.pkl’) with learn = load_learner(‘model.pkl’)

if you want to see deployment details check my notebook here