Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ label = gr.outputs.Label(num_top_classes=1)
|
|
132 |
iface = gr.Interface(
|
133 |
fn=identify_dog_app,
|
134 |
inputs=image,
|
135 |
-
outputs=[gr.outputs.Label(label="Human or Dog?")],
|
136 |
title="Human or dog Identification - Breed Classification",
|
137 |
#description ="Please find the jypyter notebook on ___",
|
138 |
article =
|
|
|
132 |
iface = gr.Interface(
|
133 |
fn=identify_dog_app,
|
134 |
inputs=image,
|
135 |
+
outputs=[gr.outputs.Label(label="Human or Dog?"), gr.outputs.Label(label="Breed:")],
|
136 |
title="Human or dog Identification - Breed Classification",
|
137 |
#description ="Please find the jypyter notebook on ___",
|
138 |
article =
|