Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ im = PILImage.create('/kaggle/input/healthy-cells/istockphoto-1376243518-612x612
|
|
| 31 |
im.thumbnail((192,192))
|
| 32 |
im
|
| 33 |
|
| 34 |
-
learn = load_learner('/
|
| 35 |
|
| 36 |
learn.predict(im)
|
| 37 |
|
|
|
|
| 31 |
im.thumbnail((192,192))
|
| 32 |
im
|
| 33 |
|
| 34 |
+
learn = load_learner('Model PKL/ML HT6 Model 1.pkl')
|
| 35 |
|
| 36 |
learn.predict(im)
|
| 37 |
|