StefannyEscobar commited on
Commit
47bf891
·
verified ·
1 Parent(s): 3f6bdec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from fastai.vision.core import PILImage
6
  from huggingface_hub import hf_hub_download
7
 
8
 
9
- learner = load_learner(hf_hub_download("jdmartinev/isitabird","model.pkl"))
10
 
11
  def classify_image(image):
12
  img = PILImage.create(image)
 
6
  from huggingface_hub import hf_hub_download
7
 
8
 
9
+ learner = load_learner(hf_hub_download("StefannyEscobar/isitcar","model.pkl"))
10
 
11
  def classify_image(image):
12
  img = PILImage.create(image)