KAHRAMAN42 commited on
Commit
7613528
1 Parent(s): 085f8f3

Update app.py

Browse files
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
  from fastcore.all import *
4
 
5
- learn = load_learner("model_cow.pkl")
6
 
7
  categories = ('Angus', 'Brown Swiss', 'Charolais', 'Hereford', 'Holstein', 'Jersey', 'Limousin', 'Simmental')
8
 
 
2
  from fastai.vision.all import *
3
  from fastcore.all import *
4
 
5
+ learn = load_learner("model_cow (1).pkl")
6
 
7
  categories = ('Angus', 'Brown Swiss', 'Charolais', 'Hereford', 'Holstein', 'Jersey', 'Limousin', 'Simmental')
8