Frantz103 commited on
Commit
161ceef
1 Parent(s): 5830198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -51,6 +51,7 @@ iface = gr.Interface(
51
  inputs=gr.inputs.Image(shape=(224, 224)),
52
  outputs="text",
53
  live=True,
 
54
  title="Cat and Dog Image Classifier",
55
  description="Upload an image of a cat or a dog, and the model will identify the type and breed.",
56
  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."
 
51
  inputs=gr.inputs.Image(shape=(224, 224)),
52
  outputs="text",
53
  live=True,
54
+ theme="gradio/monochrome",
55
  title="Cat and Dog Image Classifier",
56
  description="Upload an image of a cat or a dog, and the model will identify the type and breed.",
57
  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."