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 =
|
@@ -142,7 +142,7 @@ iface = gr.Interface(
|
|
142 |
+' 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 |
-
|
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 |
+' 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 |
|