fatsam commited on
Commit
c3b992f
·
1 Parent(s): 297efc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 =