IncreasingLoss commited on
Commit
0db077e
·
verified ·
1 Parent(s): dfef520

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -133,7 +133,8 @@ class MobileNetV3_Small(nn.Module):
133
 
134
  """creating modelinstance"""
135
  model = MobileNetV3_Small().to("cpu")
136
- model.load_state_dict( torch.load("MobileNet3_small_full.pth"))
 
137
  classes = ['antelope',
138
  'buffalo',
139
  'chimpanzee',
 
133
 
134
  """creating modelinstance"""
135
  model = MobileNetV3_Small().to("cpu")
136
+ model.load_state_dict( torch.load("MobileNet3_small_StateDictionary.pth"))
137
+
138
  classes = ['antelope',
139
  'buffalo',
140
  'chimpanzee',