lantzmurray commited on
Commit
4f0f656
·
1 Parent(s): dfc72c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ iface = gr.Interface(
25
  live=True,
26
  title="Dog Breed Classifier",
27
  description="Upload a picture of a dog, and the model will classify it as Labrador, Husky, or Bulldog.",
 
28
  )
29
 
30
  # Launch the Gradio interface
 
25
  live=True,
26
  title="Dog Breed Classifier",
27
  description="Upload a picture of a dog, and the model will classify it as Labrador, Husky, or Bulldog.",
28
+ examples=["Axel.jpg"])
29
  )
30
 
31
  # Launch the Gradio interface