hudson-dev commited on
Commit
cef9ac8
·
1 Parent(s): c34270e

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
  import skimage as sk
4
 
5
- learn = load_learner('export.pkl')
6
  labels = learn.dls.vocab
7
  EXAMPLES_PATH = Path('./')
8
  examples = [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()]
 
2
  from fastai.vision.all import *
3
  import skimage as sk
4
 
5
+ learn = load_learner('tta_res.pkl')
6
  labels = learn.dls.vocab
7
  EXAMPLES_PATH = Path('./')
8
  examples = [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()]