Spaces:
Sleeping
Sleeping
updating link to blog post
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ demo = gr.Interface(
|
|
18 |
outputs=gr.Label(num_top_classes=3),
|
19 |
title="Saving the silkies",
|
20 |
description="A pigeon/silkie classifier. Created as a demo for entertainment and educational purposes.",
|
21 |
-
article="<p style='text-align: center'><a href='https://
|
22 |
examples=["IMG_3558.jpg"],
|
23 |
interpretation="default",
|
24 |
enable_queue=True,
|
|
|
18 |
outputs=gr.Label(num_top_classes=3),
|
19 |
title="Saving the silkies",
|
20 |
description="A pigeon/silkie classifier. Created as a demo for entertainment and educational purposes.",
|
21 |
+
article="<p style='text-align: center'><a href='https://blog.epinoia.com.au/2023/06/29/saving-the-silkies/' target='_blank'>Blog post related to this model</a></p>",
|
22 |
examples=["IMG_3558.jpg"],
|
23 |
interpretation="default",
|
24 |
enable_queue=True,
|