christinapeng commited on
Commit
10f17d3
·
verified ·
1 Parent(s): 429a851

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import time
8
  from fastai.vision.all import *
9
  from fastai.learner import load_learner
10
 
11
- def GetLabel(img):
12
  return img.split('-')[0]
13
 
14
 
 
8
  from fastai.vision.all import *
9
  from fastai.learner import load_learner
10
 
11
+ def is_penguin(img):
12
  return img.split('-')[0]
13
 
14