nnsohamnn commited on
Commit
6cd2458
·
verified ·
1 Parent(s): dbc7090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ model = TransformerModel(
16
  num_heads=16,
17
  dropout=0.1
18
  )
19
- model.load_state_dict(torch.load("Conv_GPT_finetuned.pth", map_location=torch.device('cpu')))
20
  model.eval()
21
 
22
 
 
16
  num_heads=16,
17
  dropout=0.1
18
  )
19
+ model.load_state_dict(torch.load("Conv_GPT.pth", map_location=torch.device('cpu')))
20
  model.eval()
21
 
22