Spaces:
Runtime error
Runtime error
luisotorres
commited on
Commit
β’
116ff47
1
Parent(s):
556846c
Update app.py
Browse files
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 |
|