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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(
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
32
  iface.launch()
 
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
32
  iface.launch()