asquirous commited on
Commit
17086e3
·
1 Parent(s): 11fd9c5

Update app.py to accommodate the new model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from fastai.vision.all import *
2
  import gradio as gr
3
 
4
- learn = load_learner("model_bikes.pkl")
5
  labels = learn.dls.vocab
6
 
7
  def classify_image(img):
 
1
  from fastai.vision.all import *
2
  import gradio as gr
3
 
4
+ learn = load_learner("model_bicycles.pkl")
5
  labels = learn.dls.vocab
6
 
7
  def classify_image(img):