zhangzonglin1
commited on
Commit
·
374dc03
1
Parent(s):
88bc25e
Add application file
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
# In[ ]:
|
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 |
|
|
|
4 |
# In[ ]:
|
5 |
#from fastai.vision.widgets import *
|
6 |
from huggingface_hub import from_pretrained_fastai
|
7 |
+
learner = from_pretrained_fastai("espejelomar/identify-my-cat")
|
8 |
+
#learner = from_pretrained_fastai("export.pkl")
|
9 |
#learn = learner.load(path/"export.pkl")
|
10 |
|
11 |
|