Thenujan commited on
Commit
ff18d9c
·
1 Parent(s): 2701200

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ if model_name == 'custom':
26
  # Load saved weights
27
  model.load_state_dict(
28
  torch.load(
29
- f="./cnn-custom-model_version_2.pt",
30
  map_location=torch.device("cpu"), # load to CPU
31
  )
32
  )
 
26
  # Load saved weights
27
  model.load_state_dict(
28
  torch.load(
29
+ f="./cnn-custom-model-version-4.pt",
30
  map_location=torch.device("cpu"), # load to CPU
31
  )
32
  )