mohamedsaeed823 commited on
Commit
043681c
1 Parent(s): a7c81c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def is_metal_album(x): return x[0].isupper()
7
 
8
  learn = load_learner('model.pkl')
9
 
10
- categories = ('American Pop Album', 'Metal Album')
11
 
12
  labels = learn.dls.vocab
13
 
 
7
 
8
  learn = load_learner('model.pkl')
9
 
10
+ categories = ('Pop Album', 'Metal Album')
11
 
12
  labels = learn.dls.vocab
13