umasiyer commited on
Commit
32f1713
1 Parent(s): 576d9cf

updated name issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ effnetb2, effnetb2_transforms = create_effnetb2_model(
19
  # Load saved weights
20
  effnetb2.load_state_dict(
21
  torch.load(
22
- f="09_exercise_caltech101_effnetb2.pth",
23
  map_location=torch.device("cpu"), # load to CPU
24
  )
25
  )
 
19
  # Load saved weights
20
  effnetb2.load_state_dict(
21
  torch.load(
22
+ f="indi-bf-classifier.pth",
23
  map_location=torch.device("cpu"), # load to CPU
24
  )
25
  )