Update app.py
Browse files
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,
|