Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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')
|