wjones3668 commited on
Commit
3a041fc
·
verified ·
1 Parent(s): bf6ab79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import gradio as gr
9
  def is_cat(x): return x[0].isupper()
10
 
11
  # Cell
12
- learn = load_learner('model1.pkl')
13
 
14
  # Cell
15
  categories = ('Dog', 'Cat')
 
9
  def is_cat(x): return x[0].isupper()
10
 
11
  # Cell
12
+ learn = load_learner('model.pkl')
13
 
14
  # Cell
15
  categories = ('Dog', 'Cat')