Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def classify_image(img):
|
|
32 |
demo = gr.Interface(
|
33 |
fn=classify_image,
|
34 |
title="Stage of Human Decay Classification",
|
35 |
-
description = "Predict the stage of decay of a
|
36 |
inputs=gr.Image(type="pil"),
|
37 |
outputs=[gr.Label(num_top_classes=len(class_labels)), gr.Number()],
|
38 |
live=True,
|
|
|
32 |
demo = gr.Interface(
|
33 |
fn=classify_image,
|
34 |
title="Stage of Human Decay Classification",
|
35 |
+
description = "Predict the stage of decay (fresh, early decay, advanced decay, or skeletonized) of a head. This is a demo of one of our models: https://huggingface.co/icputrd/megyesi_decomposition_classification/blob/main/head/xception",
|
36 |
inputs=gr.Image(type="pil"),
|
37 |
outputs=[gr.Label(num_top_classes=len(class_labels)), gr.Number()],
|
38 |
live=True,
|