georgescutelnicu commited on
Commit
cceb3ce
·
1 Parent(s): ff46c8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ model, transform = create_effnetb2_model(
16
 
17
  model.load_state_dict(
18
  torch.load(
19
- f="model_v4.pth",
20
  map_location=torch.device("cpu")
21
  )
22
  )
 
16
 
17
  model.load_state_dict(
18
  torch.load(
19
+ f="model_v3.pth",
20
  map_location=torch.device("cpu")
21
  )
22
  )