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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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?"), gr.outputs.Label(label="Breed:")],
136
  title="Human or dog Identification - Breed Classification",
137
  #description ="Please find the jypyter notebook on ___",
138
  article =
@@ -142,7 +142,7 @@ iface = gr.Interface(
142
  +'&nbsp;as well as to my mentor Mr. Haroon who was of great help during my learning journey.</span></p>'
143
  +'<p><span style="color: #ff9900;">This is my capstone project and herewith I finish this ND.</span></p>',
144
 
145
- #theme="dark-huggingface"
146
 
147
  )
148
 
 
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 =
 
142
  +'&nbsp;as well as to my mentor Mr. Haroon who was of great help during my learning journey.</span></p>'
143
  +'<p><span style="color: #ff9900;">This is my capstone project and herewith I finish this ND.</span></p>',
144
 
145
+ theme="dark-huggingface"
146
 
147
  )
148