Spaces:
Sleeping
Sleeping
JuanHaunted
commited on
Commit
·
625b8a4
1
Parent(s):
e1b0236
Updated model to a new version
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from fastai.vision.all import *
|
|
8 |
import gradio as gr
|
9 |
|
10 |
# %% app.ipynb 3
|
11 |
-
learn = load_learner('
|
12 |
|
13 |
# %% app.ipynb 5
|
14 |
species = ('Adelomyia melanogenys', 'Aglaiocercus coelestis', 'Aglaiocercus kingii', 'Amazilia amabilis',
|
|
|
8 |
import gradio as gr
|
9 |
|
10 |
# %% app.ipynb 3
|
11 |
+
learn = load_learner('hummingbird_classifier_convb.pkl')
|
12 |
|
13 |
# %% app.ipynb 5
|
14 |
species = ('Adelomyia melanogenys', 'Aglaiocercus coelestis', 'Aglaiocercus kingii', 'Amazilia amabilis',
|