Frantz103 commited on
Commit
0650019
1 Parent(s): b06edc1

Update app.py

Browse files

cache_examples = True

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -57,6 +57,7 @@ iface = gr.Interface(
57
  "images/cazou103_Generate_a_high-resolution_image_of_a_Shiba_Inu_showca_998f6162-289f-450e-ab02-558c3a575f61.PNG",
58
  "images/cazou103_Generate_a_high-resolution_image_of_a_Siamese_cat_show_68b1d78f-c304-4164-9342-4a4b56d2c4c5.PNG"
59
  ],
 
60
  title="Cat and Dog Image Classifier",
61
  description="Upload an image of a cat or a dog, and the model will identify the type and breed.",
62
  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."
 
57
  "images/cazou103_Generate_a_high-resolution_image_of_a_Shiba_Inu_showca_998f6162-289f-450e-ab02-558c3a575f61.PNG",
58
  "images/cazou103_Generate_a_high-resolution_image_of_a_Siamese_cat_show_68b1d78f-c304-4164-9342-4a4b56d2c4c5.PNG"
59
  ],
60
+ cache_examples = True,
61
  title="Cat and Dog Image Classifier",
62
  description="Upload an image of a cat or a dog, and the model will identify the type and breed.",
63
  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."