pka007 commited on
Commit
8eb8a19
·
verified ·
1 Parent(s): 781a1c6

added a comment

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  from fastai.vision.all import *
3
 
 
4
  learn = load_learner('flowersclassifier.pkl')
5
  labels = learn.dls.vocab
6
  def predict(img):
 
1
  import gradio as gr
2
  from fastai.vision.all import *
3
 
4
+ # loading the model
5
  learn = load_learner('flowersclassifier.pkl')
6
  labels = learn.dls.vocab
7
  def predict(img):