for876543 commited on
Commit
9418f42
1 Parent(s): d805945

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import pandas as pd
7
  import json
8
 
9
 
10
- model = torch.load("/home/user/app/model_1m5lmgyu_scripted.pkl",map_location=torch.device('cpu'))
11
  model.eval()
12
 
13
  with open('/home/user/app/val.json', 'r') as handle:
 
7
  import json
8
 
9
 
10
+ model = torch.load("/home/user/app/model_30c4tc4y_scripted.pkl",map_location=torch.device('cpu'))
11
  model.eval()
12
 
13
  with open('/home/user/app/val.json', 'r') as handle: