Spaces:
Build error
Build error
unknown commited on
Commit ·
cd24658
1
Parent(s): f0721a3
Add cat_dog image
Browse files- app.py +2 -1
- examples/cat_dog.jpg +0 -0
app.py
CHANGED
|
@@ -61,6 +61,8 @@ def classify_image(image):
|
|
| 61 |
examples = [
|
| 62 |
"examples/red_pandas.jpg",
|
| 63 |
"examples/turtle.jpg",
|
|
|
|
|
|
|
| 64 |
]
|
| 65 |
|
| 66 |
# Set up the Gradio interface
|
|
@@ -75,6 +77,5 @@ iface = gr.Interface(
|
|
| 75 |
)
|
| 76 |
|
| 77 |
|
| 78 |
-
|
| 79 |
# Launch the application
|
| 80 |
iface.launch()
|
|
|
|
| 61 |
examples = [
|
| 62 |
"examples/red_pandas.jpg",
|
| 63 |
"examples/turtle.jpg",
|
| 64 |
+
"examples/gazelle.jg"
|
| 65 |
+
"examples/cat_dog.jpg"
|
| 66 |
]
|
| 67 |
|
| 68 |
# Set up the Gradio interface
|
|
|
|
| 77 |
)
|
| 78 |
|
| 79 |
|
|
|
|
| 80 |
# Launch the application
|
| 81 |
iface.launch()
|
examples/cat_dog.jpg
ADDED
|