Thenujan commited on
Commit
ba9fd81
·
1 Parent(s): 4d3c006

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ elif model_name == 'resnet':
36
  # Load saved weights
37
  model.load_state_dict(
38
  torch.load(
39
- f="./cnn-custom-model-version-5.pt",
40
  map_location=torch.device("cpu"), # load to CPU
41
  )
42
  )
 
36
  # Load saved weights
37
  model.load_state_dict(
38
  torch.load(
39
+ f="./cnn-custom-model-version-2.pt",
40
  map_location=torch.device("cpu"), # load to CPU
41
  )
42
  )