Sebastien
commited on
Commit
·
b423232
1
Parent(s):
94fa7ee
fix app
Browse files
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="
|
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
|