Frantz103 commited on
Commit
de2982f
1 Parent(s): 32d6eef

Update app.py

Browse files

Added theme=gr.themes.Soft()

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(
53
  inputs=gr.inputs.Image(shape=(224, 224)),
54
  outputs=[gr.outputs.Textbox(label="Prediction"), gr.outputs.Label(label='confidences',num_top_classes=2)],
55
  live=True,
56
- theme="gradio/monochrome",
57
  title="Cat and Dog Image Classifier",
58
  description="Upload an image of a cat or a dog, and the model will identify the type and breed.",
59
  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."
 
53
  inputs=gr.inputs.Image(shape=(224, 224)),
54
  outputs=[gr.outputs.Textbox(label="Prediction"), gr.outputs.Label(label='confidences',num_top_classes=2)],
55
  live=True,
56
+ theme=gr.themes.Soft(),
57
  title="Cat and Dog Image Classifier",
58
  description="Upload an image of a cat or a dog, and the model will identify the type and breed.",
59
  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."