Spaces:
Running
Running
Update app.py
Browse files
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(),
|