Sebastien commited on
Commit
b423232
·
1 Parent(s): 94fa7ee
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import numpy as np
5
  import re
6
  import torch
7
 
8
- model = SudokuTrialErrorLightning.load_from_checkpoint(checkpoint_path="model_9_m3_5epoch.ckpt")
9
 
10
  empty_grid = '''
11
  0 0 0 | 0 0 0 | 0 0 0
 
5
  import re
6
  import torch
7
 
8
+ model = SudokuTrialErrorLightning.load_from_checkpoint(checkpoint_path="model_9_m3_big_validation_th.ckpt")
9
 
10
  empty_grid = '''
11
  0 0 0 | 0 0 0 | 0 0 0