molher commited on
Commit
e0006c0
·
1 Parent(s): 878334f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ model = InceptionResnetV1(
24
  num_classes=1,
25
  device=DEVICE
26
  )
27
- model.load_state_dict(torch.load('./models/resnetinceptionv1_final.pth',map_location='cpu'))
28
  model.to(DEVICE)
29
  model.eval()
30
  print("MTCNN & Classfier models loaded")
 
24
  num_classes=1,
25
  device=DEVICE
26
  )
27
+ model.load_state_dict(torch.load('resnetinceptionv1_final.pth',map_location='cpu'))
28
  model.to(DEVICE)
29
  model.eval()
30
  print("MTCNN & Classfier models loaded")