mmek commited on
Commit
05a179b
1 Parent(s): 1d4cd9f

Fixed order

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from fastai.vision.all import *
3
 
4
  learn = load_learner("resnet18.pkl")
5
 
6
- categories = ("Peacock Spot", "Healthy")
7
 
8
 
9
  def classify_health(input_img):
 
3
 
4
  learn = load_learner("resnet18.pkl")
5
 
6
+ categories = ("Healthy", "Peacock Spot")
7
 
8
 
9
  def classify_health(input_img):