SahithiR commited on
Commit
d690f9b
·
1 Parent(s): 414fe50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -9,3 +9,5 @@ from CUSTOMRESNET import Net
9
  model=Net()
10
  model.load_state_dict(torch.load("model.pth",map_location=torch.device('cpu')),strict=False)
11
 
 
 
 
9
  model=Net()
10
  model.load_state_dict(torch.load("model.pth",map_location=torch.device('cpu')),strict=False)
11
 
12
+ classes = ('plane', 'car', 'bird', 'cat',
13
+ 'deer', 'dog', 'frog', 'horse', 'ship', 'truck')