Herrius commited on
Commit ·
4e34937
1
Parent(s): 6d79ae7
update
Browse files- app.py +1 -1
- model.pkl → model/model.pkl +0 -0
app.py
CHANGED
|
@@ -2,7 +2,7 @@ from fastai.vision.all import *
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
# Cell
|
| 5 |
-
learn = load_learner('
|
| 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')
|
model.pkl → model/model.pkl
RENAMED
|
File without changes
|