Vijish commited on
Commit
a27dd02
1 Parent(s): 692bc62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ class FeatureLoss(nn.Module):
40
  MODEL_URL = "https://www.dropbox.com/s/1u7jg12zn35er9q/bt.pkl?dl=0"
41
  urllib.request.urlretrieve(MODEL_URL, "bt.pkl")
42
  path = Path(".")
43
- learn=load_learner(path, 't10T.pkl')
44
 
45
  urlretrieve("https://www.independent.ie/incoming/714c6/29308190.ece/AUTOCROP/h530/melanie-griffiths_2391378a.jpg","socce1.jpg")
46
  urlretrieve("https://media.okmagazine.com/brand-img/IEPXUdkY7/0x0/2015/06/celebrity-tattoos-16-splash.jpg","socce2.jpg")
 
40
  MODEL_URL = "https://www.dropbox.com/s/1u7jg12zn35er9q/bt.pkl?dl=0"
41
  urllib.request.urlretrieve(MODEL_URL, "bt.pkl")
42
  path = Path(".")
43
+ learn=load_learner(path, 'bt.pkl')
44
 
45
  urlretrieve("https://www.independent.ie/incoming/714c6/29308190.ece/AUTOCROP/h530/melanie-griffiths_2391378a.jpg","socce1.jpg")
46
  urlretrieve("https://media.okmagazine.com/brand-img/IEPXUdkY7/0x0/2015/06/celebrity-tattoos-16-splash.jpg","socce2.jpg")