zhangzonglin1 commited on
Commit
88bc25e
·
1 Parent(s): 7cb873e

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@
5
  #from fastai.vision.widgets import *
6
  from huggingface_hub import from_pretrained_fastai
7
 
8
- learner = from_pretrained_fastai("/export.pkl")
9
  #learn = learner.load(path/"export.pkl")
10
 
11
 
 
5
  #from fastai.vision.widgets import *
6
  from huggingface_hub import from_pretrained_fastai
7
 
8
+ learner = from_pretrained_fastai("export.pkl")
9
  #learn = learner.load(path/"export.pkl")
10
 
11