daspartho commited on
Commit
98f0179
1 Parent(s): f79478d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +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
- 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(),
 
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(),