Jamin252 commited on
Commit
7a65d98
·
1 Parent(s): 54b6664

file name change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  from fastai.vision.all import *
3
- learn = load_learner(" dogIdentifier.pkl")
4
  labels = learn.dls.vocab
5
  def predict(img):
6
  img = PILImage.create(img)
 
1
  import gradio as gr
2
  from fastai.vision.all import *
3
+ learn = load_learner("dogIdentifier.pkl")
4
  labels = learn.dls.vocab
5
  def predict(img):
6
  img = PILImage.create(img)