mulasagg commited on
Commit
900b87d
·
1 Parent(s): c188c50

fix app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ effnetb2, effnetb2_transforms = create_effnetb2_model(
18
  #load saved weights
19
  effnetb2.load_state_dict(
20
  torch.load(
21
- f="demos/foodvision_mini/Pretrained_effnet_v2_20_percent.pth,
22
  map_location=torch.device("cpu"), # load to CPU
23
  )
24
  )
 
18
  #load saved weights
19
  effnetb2.load_state_dict(
20
  torch.load(
21
+ f="Pretrained_effnet_v2_20_percent.pth",#,"demos/foodvision_mini/Pretrained_effnet_v2_20_percent.pth",
22
  map_location=torch.device("cpu"), # load to CPU
23
  )
24
  )