Spaces:
Sleeping
Sleeping
Austin Gatlin commited on
Commit ·
a5c0271
1
Parent(s): b501558
Add bear_model.pkl
Browse files- app.py +1 -1
- bear_model.pkl +3 -0
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from fastai.vision.all import *
|
| 3 |
|
| 4 |
-
learn = load_learner("./
|
| 5 |
|
| 6 |
categories = ("Black", "Grizzly", "Teddy")
|
| 7 |
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from fastai.vision.all import *
|
| 3 |
|
| 4 |
+
learn = load_learner("./bear_model.pkl")
|
| 5 |
|
| 6 |
categories = ("Black", "Grizzly", "Teddy")
|
| 7 |
|
bear_model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b541635726ed84a4fa93d1390558b91db09672822a2738c62247ebee78eb53f2
|
| 3 |
+
size 46967695
|