testing
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import pathlib
|
|
| 6 |
plt = platform.system()
|
| 7 |
if plt == 'Linux': pathlib.WindowsPath = pathlib.PosixPath
|
| 8 |
|
| 9 |
-
learn =
|
| 10 |
im_bb = PILImage.create('samp_bb.jpg')
|
| 11 |
im_lf = PILImage.create('samp_lf.jpg')
|
| 12 |
im_other = PILImage.create('samp_other.jpg')
|
|
|
|
| 6 |
plt = platform.system()
|
| 7 |
if plt == 'Linux': pathlib.WindowsPath = pathlib.PosixPath
|
| 8 |
|
| 9 |
+
learn = load_learner('model.pkl')
|
| 10 |
im_bb = PILImage.create('samp_bb.jpg')
|
| 11 |
im_lf = PILImage.create('samp_lf.jpg')
|
| 12 |
im_other = PILImage.create('samp_other.jpg')
|