Spaces:
Running
Running
Commit
·
654a14f
1
Parent(s):
5d5d1f2
modified: app.py
Browse filesnew file: model2.pkl
- app.py +1 -1
- model2.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('model2.pkl')
|
6 |
|
7 |
labels = learn.dls.vocab
|
8 |
def predict(img):
|
model2.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fe55d64b43aaa1e56307a598b45c4fd37e5f7997d81f4e90947d4929597f73c
|
3 |
+
size 47043371
|