ganteng88 commited on
Commit
f735cd1
·
1 Parent(s): 3ba4a17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ class ResNet18(nn.Module):
132
  x = self.fc(x)
133
  return x
134
 
135
- model = ResNet18(1, 7)
136
 
137
  checkpoint = torch.load('ham1.ckpt', map_location=torch.device('cpu'))
138
 
 
132
  x = self.fc(x)
133
  return x
134
 
135
+ model = ResNet18(3, 7)
136
 
137
  checkpoint = torch.load('ham1.ckpt', map_location=torch.device('cpu'))
138