yvesnewman commited on
Commit
096774b
1 Parent(s): 9233ba5

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  def is_cat(x): return x[0].isupper()
5
 
6
  # cell
7
- learn = load_learner('model.pkl')
8
 
9
  # cell
10
  categories = ['Cat', 'Dog']
 
4
  def is_cat(x): return x[0].isupper()
5
 
6
  # cell
7
+ learn = load_learner('model2.pkl')
8
 
9
  # cell
10
  categories = ['Cat', 'Dog']