fierce74 commited on
Commit
243b518
1 Parent(s): a105ba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ import gradio as gr
24
  from fastai.vision.all import *
25
  import skimage
26
 
27
- learn = load_learner('/kaggle/input/bicycle-model/model.pkl')
28
 
29
  # %% [code] {"execution":{"iopub.status.busy":"2023-07-31T16:52:36.499387Z","iopub.execute_input":"2023-07-31T16:52:36.499737Z","iopub.status.idle":"2023-07-31T16:52:36.506774Z","shell.execute_reply.started":"2023-07-31T16:52:36.499713Z","shell.execute_reply":"2023-07-31T16:52:36.505348Z"}}
30
  labels = learn.dls.vocab
 
24
  from fastai.vision.all import *
25
  import skimage
26
 
27
+ learn = load_learner('export.pkl')
28
 
29
  # %% [code] {"execution":{"iopub.status.busy":"2023-07-31T16:52:36.499387Z","iopub.execute_input":"2023-07-31T16:52:36.499737Z","iopub.status.idle":"2023-07-31T16:52:36.506774Z","shell.execute_reply.started":"2023-07-31T16:52:36.499713Z","shell.execute_reply":"2023-07-31T16:52:36.505348Z"}}
30
  labels = learn.dls.vocab