SahithiR commited on
Commit
3fc77ff
·
1 Parent(s): 91a1f76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,5 +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
 
12
- classes = ('plane', 'car', 'bird', 'cat',
13
  'deer', 'dog', 'frog', 'horse', 'ship', 'truck')
 
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')