Herrius commited on
Commit
444b43e
·
1 Parent(s): 4e34937
Files changed (1) hide show
  1. app.py +1 -1
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/','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')