Spaces:
Running
Running
updated description
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def classify_image(img):
|
|
10 |
|
11 |
iface = gr.Interface(
|
12 |
title = "Is it Huggable?",
|
13 |
-
description = "An image classifier
|
14 |
fn=classify_image,
|
15 |
inputs=gr.inputs.Image(shape=(224,224)),
|
16 |
outputs=gr.outputs.Label(),
|
|
|
10 |
|
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(),
|