Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|