AlexA1222 commited on
Commit
d80f9bc
β€’
1 Parent(s): eed2682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(img):
12
 
13
  title = "Pet Breed Classifier"
14
  description = "A pet breed classifier trained on the Oxford Pets dataset with fastai."
15
- article="<p style='text-align: center'><a href='https://sticht.se/image-prediction-convolutional-neural-network/' target='_blank'>Image Prediction Convolutional Neural Network</a></p>"
16
  examples = ['siamese.jpg']
17
  interpretation='default'
18
  enable_queue=True
 
12
 
13
  title = "Pet Breed Classifier"
14
  description = "A pet breed classifier trained on the Oxford Pets dataset with fastai."
15
+ article="<p style='text-align: center'><a href='https://www.fast.ai/' target='_blank'>Fast AI</a></p>"
16
  examples = ['siamese.jpg']
17
  interpretation='default'
18
  enable_queue=True