chitang1 commited on
Commit
937edd6
·
verified ·
1 Parent(s): ed3888b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from fastai.vision.all import *
11
  # def label_func(filepath):
12
  # return filepath.parent.name
13
 
14
- LEARN = load_learner('Garbage_Classification_2.pkl')
15
  LABELS = LEARN.dls.vocab
16
 
17
  def gradio_predict(img):
 
11
  # def label_func(filepath):
12
  # return filepath.parent.name
13
 
14
+ LEARN = load_learner('Garbage_Classification.pkl')
15
  LABELS = LEARN.dls.vocab
16
 
17
  def gradio_predict(img):