windshield-viper commited on
Commit
02d7081
1 Parent(s): a853bdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(img):
12
 
13
  title = "Pen vs Pencil Identifier"
14
  description = "Tells you whether something is a pen or a pencil."
15
- article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
16
  examples = ['pen.jpg', 'pencil.jpg']
17
  interpretation='default'
18
  enable_queue=True
 
12
 
13
  title = "Pen vs Pencil Identifier"
14
  description = "Tells you whether something is a pen or a pencil."
15
+ article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post where I got the idea from</a></p>"
16
  examples = ['pen.jpg', 'pencil.jpg']
17
  interpretation='default'
18
  enable_queue=True