Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ import gradio as gr
|
|
24 |
from fastai.vision.all import *
|
25 |
import skimage
|
26 |
|
27 |
-
learn = load_learner('
|
28 |
|
29 |
# %% [code] {"execution":{"iopub.status.busy":"2023-07-31T16:52:36.499387Z","iopub.execute_input":"2023-07-31T16:52:36.499737Z","iopub.status.idle":"2023-07-31T16:52:36.506774Z","shell.execute_reply.started":"2023-07-31T16:52:36.499713Z","shell.execute_reply":"2023-07-31T16:52:36.505348Z"}}
|
30 |
labels = learn.dls.vocab
|
|
|
24 |
from fastai.vision.all import *
|
25 |
import skimage
|
26 |
|
27 |
+
learn = load_learner('export.pkl')
|
28 |
|
29 |
# %% [code] {"execution":{"iopub.status.busy":"2023-07-31T16:52:36.499387Z","iopub.execute_input":"2023-07-31T16:52:36.499737Z","iopub.status.idle":"2023-07-31T16:52:36.506774Z","shell.execute_reply.started":"2023-07-31T16:52:36.499713Z","shell.execute_reply":"2023-07-31T16:52:36.505348Z"}}
|
30 |
labels = learn.dls.vocab
|