Spaces:
Running
Running
Commit
·
697a428
1
Parent(s):
ab82f57
modified: app.py
Browse filesnew file: model3.pkl
- app.py +1 -1
- model3.pkl +3 -0
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from fastai.vision.all import *
|
3 |
import skimage
|
4 |
|
5 |
-
learn = load_learner('
|
6 |
|
7 |
labels = learn.dls.vocab
|
8 |
def predict(img):
|
|
|
2 |
from fastai.vision.all import *
|
3 |
import skimage
|
4 |
|
5 |
+
learn = load_learner('model3.pkl')
|
6 |
|
7 |
labels = learn.dls.vocab
|
8 |
def predict(img):
|
model3.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a03a36fd5c8902bcfa4254a331a793fc3482fa63a11c5f8035ed8dee5146afc2
|
3 |
+
size 47118379
|