Spaces:
Sleeping
Sleeping
model u
Browse files- app.py +1 -1
- model_resnet_meander.pkl → meander_model.pkl +2 -2
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from fastai.vision.all import *
|
2 |
import gradio as gr
|
3 |
|
4 |
-
learn = load_learner('
|
5 |
|
6 |
def classify_img(img):
|
7 |
pred,idx,probs = learn.predict(img)
|
|
|
1 |
from fastai.vision.all import *
|
2 |
import gradio as gr
|
3 |
|
4 |
+
learn = load_learner('meander_model.pkl')
|
5 |
|
6 |
def classify_img(img):
|
7 |
pred,idx,probs = learn.predict(img)
|
model_resnet_meander.pkl → meander_model.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:14408e898e564375a49401c5708d4aa1b384286ca9e1b4b3b0b8c9c98caf45b3
|
3 |
+
size 87476262
|