Gosula commited on
Commit
c5d735a
1 Parent(s): 93e5b84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -14,8 +14,6 @@ model = CustomResNet()
14
  model.load_state_dict(torch.load('CustomResNet.pth', map_location=torch.device('cpu')), strict=False)
15
  model.eval()
16
 
17
-
18
-
19
  classes = ('plane', 'car', 'bird', 'cat', 'deer',
20
  'dog', 'frog', 'horse', 'ship', 'truck')
21
 
 
14
  model.load_state_dict(torch.load('CustomResNet.pth', map_location=torch.device('cpu')), strict=False)
15
  model.eval()
16
 
 
 
17
  classes = ('plane', 'car', 'bird', 'cat', 'deer',
18
  'dog', 'frog', 'horse', 'ship', 'truck')
19