daspartho commited on
Commit
6ada43e
·
1 Parent(s): 660b7d4

fix typo in 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 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(),