add other category
Browse files- app.py +1 -1
- bear_classifier.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 |
|
|
|
|
| 2 |
from fastai.vision.all import *
|
| 3 |
import skimage
|
| 4 |
|
| 5 |
+
learn = load_learner('bear_classifier.pkl')
|
| 6 |
|
| 7 |
labels = learn.dls.vocab
|
| 8 |
|
bear_classifier.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac62e3839a47767c1e5b6544729271f4ffcda64a80e3f284227fa0a5aaf18e55
|
| 3 |
+
size 87565816
|