Spaces:
Sleeping
Sleeping
Commit
·
e360cb8
1
Parent(s):
d03ec30
add
Browse files
app.py
CHANGED
|
@@ -31,8 +31,8 @@ def classify_image(input_image):
|
|
| 31 |
# Define the Gradio interface
|
| 32 |
image_input = gr.inputs.Image(shape=(224, 224))
|
| 33 |
outputs = [
|
| 34 |
-
gr.outputs.
|
| 35 |
-
gr.outputs.
|
| 36 |
]
|
| 37 |
|
| 38 |
iface = gr.Interface(
|
|
|
|
| 31 |
# Define the Gradio interface
|
| 32 |
image_input = gr.inputs.Image(shape=(224, 224))
|
| 33 |
outputs = [
|
| 34 |
+
gr.outputs.Label(label="Bird Name"),
|
| 35 |
+
gr.outputs.Label(label="Scientific Name")
|
| 36 |
]
|
| 37 |
|
| 38 |
iface = gr.Interface(
|