annanau commited on
Commit
c9ac673
·
verified ·
1 Parent(s): cfd9b17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 corpse.",
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,