MeghanaM4 commited on
Commit
6f95970
·
verified ·
1 Parent(s): d15ff10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import gradio as gr
13
  share = True
14
  def is_cat(x): return x[0].isupper()
15
 
16
- learn = load_learner('/kaggle/input/cvd1/pytorch/default/1/model.pkl')
17
 
18
  categories = ('Dog', 'Cat')
19
 
 
13
  share = True
14
  def is_cat(x): return x[0].isupper()
15
 
16
+ learn = load_learner('model.pkl')
17
 
18
  categories = ('Dog', 'Cat')
19