Martyt commited on
Commit
74fd913
·
1 Parent(s): 5e74468

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ __all__ = ['learn', 'classify_image', 'categories', 'image', 'label', 'examples'
3
  from fastai.vision.all import *
4
  import gradio as gr
5
 
6
- learn = load_learner('export(3).pkl')
7
 
8
  categories = ('Dog Destroying Stuff','Neutral')
9
  def classify_image(img):
 
3
  from fastai.vision.all import *
4
  import gradio as gr
5
 
6
+ learn = load_learner('export (3).pkl')
7
 
8
  categories = ('Dog Destroying Stuff','Neutral')
9
  def classify_image(img):