oucgc1996 commited on
Commit
38c73f6
1 Parent(s): cfed6a2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def AMP(file):
42
  return torch.softmax(output_feature,dim=1)
43
 
44
  model = MyModel()
45
- model.load_state_dict(torch.load("AMP_final_best_b256_Ir1e5_esm_0.pth",map_location=torch.device('cpu')))
46
  model = model.to(device)
47
  model.eval()
48
  out_probability = []
 
42
  return torch.softmax(output_feature,dim=1)
43
 
44
  model = MyModel()
45
+ model.load_state_dict(torch.load("Best_model.pth",map_location=torch.device('cpu')))
46
  model = model.to(device)
47
  model.eval()
48
  out_probability = []