george sami commited on
Commit
8b29e27
·
1 Parent(s): 01b8134

add packgaes to requirements

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. gettyimages-1067956982.webp +0 -0
app.py CHANGED
@@ -4,7 +4,7 @@ from fastai.vision.all import *
4
  def is_cat(x): return x[0].isupper()
5
 
6
  learner = load_learner("model.pkl")
7
- categories = ("cat", "dog")
8
 
9
  def classify_image(img):
10
  if img is None:
 
4
  def is_cat(x): return x[0].isupper()
5
 
6
  learner = load_learner("model.pkl")
7
+ categories = ("Cat", "Dog")
8
 
9
  def classify_image(img):
10
  if img is None:
gettyimages-1067956982.webp ADDED