dhruv2842 commited on
Commit
44eda80
Β·
verified Β·
1 Parent(s): f270b46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ model = EfficientNetb0_TransformerGLAM(
63
  )
64
 
65
  # βœ… Load the trained checkpoint
66
- model.load_state_dict(torch.load('densenet169_seed40_best.pt', map_location='cpu'))
67
  model.eval()
68
 
69
  # βœ… Class Names
 
63
  )
64
 
65
  # βœ… Load the trained checkpoint
66
+ model.load_state_dict(torch.load('efficientnet_glam_best.pt', map_location='cpu'))
67
  model.eval()
68
 
69
  # βœ… Class Names