Spaces:
Build error
Build error
henriquemcruz
commited on
Commit
•
e3bb8e1
1
Parent(s):
48e6643
model4
Browse files- app.py +1 -1
- model4.pkl +3 -0
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from fastai.vision.all import *
|
2 |
import gradio as gr
|
3 |
-
learn = load_learner('
|
4 |
|
5 |
categories = learn.dls.vocab
|
6 |
|
|
|
1 |
from fastai.vision.all import *
|
2 |
import gradio as gr
|
3 |
+
learn = load_learner('model4.pkl')
|
4 |
|
5 |
categories = learn.dls.vocab
|
6 |
|
model4.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce4fe781bce4ebab00ff45ce5e5ea96f0674032e88d295ad20e6bf9e5621b676
|
3 |
+
size 46963497
|