jflo commited on
Commit
ef5a40f
·
1 Parent(s): 2e6e7c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def predict(request: PredictRequest):
84
  num_soreness_levels=3
85
  )
86
 
87
- model.load_state_dict(torch.load('best_DistilBERTmodel.pt', map_location=torch.device('cpu')))
88
  model.to(device)
89
  model.eval()
90
 
 
84
  num_soreness_levels=3
85
  )
86
 
87
+ model.load_state_dict(torch.load('best_DistilBERT_model.pt', map_location=torch.device('cpu')))
88
  model.to(device)
89
  model.eval()
90