Piraloco commited on
Commit
31d3f37
·
1 Parent(s): 53adadb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ class Net(neural_network_module.Module):
19
 
20
  # Load the model
21
  model = Net()
22
- model.save_state_dict(torch.load('model.pth'))
23
 
24
  agents = [
25
  'Brimstone',
 
19
 
20
  # Load the model
21
  model = Net()
22
+ model.load_state_dict(torch.load('model.pth'))
23
 
24
  agents = [
25
  'Brimstone',