Herrius
commited on
Commit
·
444b43e
1
Parent(s):
4e34937
update
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from fastai.vision.all import *
|
|
2 |
import gradio as gr
|
3 |
|
4 |
# Cell
|
5 |
-
learn = load_learner('./model/
|
6 |
|
7 |
# Cell
|
8 |
categories = ('rocoto','pimenton')
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
# Cell
|
5 |
+
learn = load_learner('./model/model.pkl')
|
6 |
|
7 |
# Cell
|
8 |
categories = ('rocoto','pimenton')
|