trying the deploy again
Browse files- app.py +1 -0
- notebook/bear_classifier.pkl +3 -0
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -2,6 +2,7 @@ import gradio as gr
|
|
| 2 |
from fastai.vision.all import *
|
| 3 |
import skimage
|
| 4 |
|
|
|
|
| 5 |
learn = load_learner('bear_classifier.pkl')
|
| 6 |
|
| 7 |
labels = learn.dls.vocab
|
|
|
|
| 2 |
from fastai.vision.all import *
|
| 3 |
import skimage
|
| 4 |
|
| 5 |
+
|
| 6 |
learn = load_learner('bear_classifier.pkl')
|
| 7 |
|
| 8 |
labels = learn.dls.vocab
|
notebook/bear_classifier.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46a51a0869492d2e45eabfefea1662c55f22154d10644e29c4b0b0a0d8b73813
|
| 3 |
+
size 87482744
|
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
fastai==2.7.19
|
| 2 |
scikit-image
|
| 3 |
-
gradio
|
|
|
|
| 1 |
fastai==2.7.19
|
| 2 |
scikit-image
|
| 3 |
+
gradio
|