Spaces:
Runtime error
Runtime error
jpablolastra
commited on
Commit
•
bdb2d41
1
Parent(s):
852cee1
Updated model
Browse files- app.py +1 -2
- export.pkl → model_ori_gateto.pkl +2 -2
app.py
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from fastai.vision.all import *
|
3 |
import skimage
|
4 |
-
|
5 |
-
learn = load_learner('export.pkl')
|
6 |
|
7 |
labels = learn.dls.vocab
|
8 |
def predict(img):
|
|
|
1 |
import gradio as gr
|
2 |
from fastai.vision.all import *
|
3 |
import skimage
|
4 |
+
learn = load_learner('model_ori_gateto.pkl')
|
|
|
5 |
|
6 |
labels = learn.dls.vocab
|
7 |
def predict(img):
|
export.pkl → model_ori_gateto.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15aadc58b46c5a171db21fb32ade7b3b3a8a0edfb2eda36ed6e2429025d89a3a
|
3 |
+
size 46955601
|