goatman commited on
Commit
d45ed02
·
1 Parent(s): ea06286
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from fastbook import *
4
 
5
 
6
- learn = load_learner('/content/model (1).pkl')
7
 
8
  def predict(img):
9
  categories = learn.dls.vocab
 
3
  from fastbook import *
4
 
5
 
6
+ learn = load_learner('./model (1).pkl')
7
 
8
  def predict(img):
9
  categories = learn.dls.vocab