luisotorres commited on
Commit
116ff47
β€’
1 Parent(s): 556846c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ iface = gr.Interface(
47
  outputs="text",
48
  title = '🐱 x 🐢 Image Recognition - Cats vs Dogs with Resnet 101 V2 🐱 x 🐢',
49
  description="""<br> This model was trained to predict whether an image contains a cat or a dog. <br>
 
50
  <br>Upload a photo to see the how the model predicts!"""
51
  )
52
 
 
47
  outputs="text",
48
  title = '🐱 x 🐢 Image Recognition - Cats vs Dogs with Resnet 101 V2 🐱 x 🐢',
49
  description="""<br> This model was trained to predict whether an image contains a cat or a dog. <br>
50
+ <br> You can see how this model was trained on the following <a href = "https://www.kaggle.com/lusfernandotorres/computer-vision-cats-vs-dogs-w-resnet-v2-101">Kaggle Notebook</a>.
51
  <br>Upload a photo to see the how the model predicts!"""
52
  )
53