zhangzonglin1 commited on
Commit
de9f96d
·
1 Parent(s): 964ebcf

Add application file

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -2,12 +2,12 @@
2
  # coding: utf-8
3
 
4
  # In[ ]:
5
- from fastai.vision.widgets import *
6
-
7
 
8
  path = Path()
9
-
10
- learn = learner.load(path/"export.pkl")
11
 
12
 
13
  def classify_image(img):
 
2
  # coding: utf-8
3
 
4
  # In[ ]:
5
+ #from fastai.vision.widgets import *
6
+ from huggingface_hub import from_pretrained_fastai
7
 
8
  path = Path()
9
+ learner = from_pretrained_fastai(path/"export.pkl")
10
+ #learn = learner.load(path/"export.pkl")
11
 
12
 
13
  def classify_image(img):