daspartho commited on
Commit
02182ab
·
1 Parent(s): 09de1f5

updated description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 to classify things as huggable or not, trained on examples of both categories.",
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(),