IBounhas commited on
Commit
acb7c8e
·
1 Parent(s): 1826c87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ class BertForSTS(torch.nn.Module):
49
  #x = self.fc2(x)
50
 
51
  return x
52
- model_load_path = "IBounhas/riadh/bert-sts-15.pt"
53
  model = BertForSTS()
54
  model.load_state_dict(torch.load(model_load_path, map_location=torch.device('cpu')))
55
  model.to(device)
 
49
  #x = self.fc2(x)
50
 
51
  return x
52
+ model_load_path = "https://drive.google.com/file/d/1KaFaeoMAkRcJdhXe77ibmwqz6pseAqkj/view?usp=sharing"
53
  model = BertForSTS()
54
  model.load_state_dict(torch.load(model_load_path, map_location=torch.device('cpu')))
55
  model.to(device)