sylwia malinowska commited on
Commit
d022abd
1 Parent(s): 4f12501
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from fastai.vision.all import *
3
 
4
 
5
- learn = load_learner('cats.pkl')
6
 
7
  categories = ('siamese', 'british shorthair', 'ragdoll',
8
  'maine coon', 'european shorthair', 'persian')
 
2
  from fastai.vision.all import *
3
 
4
 
5
+ learn = load_learner('cats2.pkl')
6
 
7
  categories = ('siamese', 'british shorthair', 'ragdoll',
8
  'maine coon', 'european shorthair', 'persian')