Update app.py
Browse files
app.py
CHANGED
|
@@ -31,8 +31,8 @@ def classify_image(img):
|
|
| 31 |
# Gradio interface
|
| 32 |
demo = gr.Interface(
|
| 33 |
fn=classify_image,
|
| 34 |
-
title="Human Decomposition 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 human decomposition classification <a href=\"https://huggingface.co/icputrd/megyesi_decomposition_classification/blob/main/head/xception\">models</a
|
| 36 |
inputs=gr.Image(type="pil"),
|
| 37 |
outputs=[gr.Label(num_top_classes=len(class_labels)), gr.Number()],
|
| 38 |
live=True,
|
|
|
|
| 31 |
# Gradio interface
|
| 32 |
demo = gr.Interface(
|
| 33 |
fn=classify_image,
|
| 34 |
+
title="Human Decomposition Image 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 human decomposition image classification <a href=\"https://huggingface.co/icputrd/megyesi_decomposition_classification/blob/main/head/xception\">models</a>.",
|
| 36 |
inputs=gr.Image(type="pil"),
|
| 37 |
outputs=[gr.Label(num_top_classes=len(class_labels)), gr.Number()],
|
| 38 |
live=True,
|