Spaces:
Sleeping
Sleeping
Commit ·
f7ee4e0
1
Parent(s): 6a567ed
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import gradio as gr
|
|
| 4 |
from fastai.vision.all import *
|
| 5 |
import skimage
|
| 6 |
|
| 7 |
-
learn = load_learner('
|
| 8 |
|
| 9 |
labels = learn.dls.vocab
|
| 10 |
def predict(img):
|
|
|
|
| 4 |
from fastai.vision.all import *
|
| 5 |
import skimage
|
| 6 |
|
| 7 |
+
learn = load_learner('model.pkl')
|
| 8 |
|
| 9 |
labels = learn.dls.vocab
|
| 10 |
def predict(img):
|