Rick458 commited on
Commit
182fb55
1 Parent(s): fd7be80

edited model dict

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ to_device(model, device);
104
 
105
 
106
  # loading the model
107
- ckp_path = './indianFood-resnet50.pth'
108
  model.load_state_dict(torch.load(ckp_path))
109
  model.eval()
110
 
 
104
 
105
 
106
  # loading the model
107
+ ckp_path = 'indianFood-resnet50.pth'
108
  model.load_state_dict(torch.load(ckp_path))
109
  model.eval()
110