daspartho commited on
Commit
2133ba6
·
1 Parent(s): c5c6b93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ def classify_image(img):
11
  iface = gr.Interface(
12
  title = "Is it Huggable?",
13
  description = "An image classifier that tells if something's huggable or not?",
 
14
  fn=classify_image,
15
  inputs=gr.inputs.Image(shape=(224,224)),
16
  outputs=gr.outputs.Label(),
 
11
  iface = gr.Interface(
12
  title = "Is it Huggable?",
13
  description = "An image classifier that tells if something's huggable or not?",
14
+ article = "p style='text-align: center'><a href='https://github.com/daspartho/is-it-huggable' target='_blank'>Github</a></p>"
15
  fn=classify_image,
16
  inputs=gr.inputs.Image(shape=(224,224)),
17
  outputs=gr.outputs.Label(),