gvlachos commited on
Commit
af22995
1 Parent(s): 35fe620

updating link to blog post

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://www.epinoia.com.au/2023/06/30/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,
 
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,