Herrius commited on
Commit
4e34937
β€’
1 Parent(s): 6d79ae7
Files changed (2) hide show
  1. app.py +1 -1
  2. 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('.','model.pkl')
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