Spaces:
Runtime error
Runtime error
Commit ·
afcfc5e
1
Parent(s): 4243b3c
app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ with demo:
|
|
| 167 |
"""
|
| 168 |
# <center>Breed Finder !</center>
|
| 169 |
|
| 170 |
-
Find the breed for dog image or resembling breed for human Image!
|
| 171 |
|
| 172 |
Enter the image of a dog or human and check its resembling breed...
|
| 173 |
1. If uploaded image is of Dog : it will give its Breed
|
|
@@ -182,9 +182,6 @@ with demo:
|
|
| 182 |
samples=[[path.as_posix()]
|
| 183 |
for path in paths])
|
| 184 |
|
| 185 |
-
#out1 = gr.Textbox()
|
| 186 |
-
# out2 = gr.Image(type="pil")
|
| 187 |
-
#out = gr.Gallery()
|
| 188 |
submit = gr.Button("Generate Breed Name")
|
| 189 |
|
| 190 |
submit.click(fn=run_app,
|
|
|
|
| 167 |
"""
|
| 168 |
# <center>Breed Finder !</center>
|
| 169 |
|
| 170 |
+
### Find the breed for dog image or resembling breed for human Image!
|
| 171 |
|
| 172 |
Enter the image of a dog or human and check its resembling breed...
|
| 173 |
1. If uploaded image is of Dog : it will give its Breed
|
|
|
|
| 182 |
samples=[[path.as_posix()]
|
| 183 |
for path in paths])
|
| 184 |
|
|
|
|
|
|
|
|
|
|
| 185 |
submit = gr.Button("Generate Breed Name")
|
| 186 |
|
| 187 |
submit.click(fn=run_app,
|