krushna commited on
Commit
1771b7f
·
1 Parent(s): 387e28c

reviw model address

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
 
4
  def is_cat(x): return x[0].isupper()
5
 
6
- learn = load_learner('/Users/krushn/Downloads/model.pkl')
7
 
8
  learn.predict(img)
9
 
 
3
 
4
  def is_cat(x): return x[0].isupper()
5
 
6
+ learn = load_learner('model.pkl')
7
 
8
  learn.predict(img)
9