annanau commited on
Commit
e24f028
·
verified ·
1 Parent(s): a9f478d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def classify_image(img):
43
  demo = gr.Interface(
44
  fn=classify_image,
45
  title="Human Bodypart Image Classification",
46
- description = "Predict the bodypart of huma. This is a demo of our human bodypart image <a href=\"https://huggingface.co/icputrd/Inception-V3-Human-Bodypart-Classifier">classifier</a>.",
47
  inputs=gr.Image(type="pil"),
48
  outputs=[gr.Label(num_top_classes=len(class_labels)), gr.Number()],
49
  live=True,
 
43
  demo = gr.Interface(
44
  fn=classify_image,
45
  title="Human Bodypart Image Classification",
46
+ description = "Predict the bodypart of huma. This is a demo of our human bodypart image <a href=\"https://huggingface.co/icputrd/Inception-V3-Human-Bodypart-Classifier\">classifier</a>.",
47
  inputs=gr.Image(type="pil"),
48
  outputs=[gr.Label(num_top_classes=len(class_labels)), gr.Number()],
49
  live=True,