Spaces:
Runtime error
Runtime error
Commit ·
421a3c0
1
Parent(s): 4f0f656
Update app.py
Browse files
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()
|