rgny commited on
Commit
0af9b66
1 Parent(s): b56a0a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ effnetb2, effnetb2_transforms = create_model(
25
  # Load saved weights
26
  effnetb2.load_state_dict(
27
  torch.load(
28
- f="09_pretrained_effnetb2_feature_extractor_pizza_steak_sushi_20_percent.pth",
29
  map_location=torch.device("cpu"), # load to CPU
30
  )
31
  )
 
25
  # Load saved weights
26
  effnetb2.load_state_dict(
27
  torch.load(
28
+ f="deneme_modeli.pth",
29
  map_location=torch.device("cpu"), # load to CPU
30
  )
31
  )