Frantz103 commited on
Commit
6a9c42f
1 Parent(s): 691a297

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ iface = gr.Interface(
61
  cache_examples = True,
62
  title="Cat and Dog Image Classifier",
63
  description="Upload an image of a cat or a dog, and the model will identify the type and the breed.",
64
- article="This model has been trained on the Oxford Pets dataset and might not recognize all types dog and cat breeds. For best results, use clear images of pets."
65
  )
66
 
67
 
 
61
  cache_examples = True,
62
  title="Cat and Dog Image Classifier",
63
  description="Upload an image of a cat or a dog, and the model will identify the type and the breed.",
64
+ article="This model has been trained on the Oxford-IIIT Pets dataset and might not recognize all types dog and cat breeds. For best results, use clear images of pets."
65
  )
66
 
67