Neu256 commited on
Commit
f8e8d24
·
verified ·
1 Parent(s): 488f6f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ model = Transformer(
30
  m = model.to(DEVICE)
31
  # print the number of parameters in the model
32
 
33
- m.load_state_dict(torch.load("base_model_1.pth", map_location=torch.device(DEVICE)))
34
  m.eval()
35
 
36
  #print(
 
30
  m = model.to(DEVICE)
31
  # print the number of parameters in the model
32
 
33
+ m.load_state_dict(torch.load("base_model.pth", map_location=torch.device(DEVICE)))
34
  m.eval()
35
 
36
  #print(