hkanumilli commited on
Commit
8321645
1 Parent(s): 6ffed6b

updating resnet model

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('resnet101model.pkl')
8
 
9
  # Cell
10
  categories = ("anna's", 'green-crowned', 'marvelous spatuletail', 'ruby-throated', 'violetear')
 
4
  # def is_cat(x): return x[0].isupper()
5
 
6
  # Cell
7
+ learn = load_learner('resnet101model_2.pkl')
8
 
9
  # Cell
10
  categories = ("anna's", 'green-crowned', 'marvelous spatuletail', 'ruby-throated', 'violetear')