kanthadya commited on
Commit
dc8401a
1 Parent(s): 20655e2

app typo fixed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from fastai.vision.all impor *
3
 
4
- learner = load_learner('model.pkl')
5
 
6
  categories = ('frontal crash, rollover crash')
7
 
 
1
  import gradio as gr
2
  from fastai.vision.all impor *
3
 
4
+ learn = load_learner('model.pkl')
5
 
6
  categories = ('frontal crash, rollover crash')
7