agatam commited on
Commit
554d00b
1 Parent(s): bb06164

Update app.py

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