Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ demo = gr.Interface(
|
|
35 |
outputs=gr.Image(type="pil", label="Predicted Grayscale Mask"),
|
36 |
title="Malaria Blood Smear Segmentation (SegFormer - Pretrained)",
|
37 |
description="Upload a blood smear image to segment it using a pretrained SegFormer model (ADE20K 150 classes).",
|
38 |
-
examples=["1.png", "
|
39 |
live=False # <<< ye laga dena
|
40 |
)
|
41 |
|
|
|
35 |
outputs=gr.Image(type="pil", label="Predicted Grayscale Mask"),
|
36 |
title="Malaria Blood Smear Segmentation (SegFormer - Pretrained)",
|
37 |
description="Upload a blood smear image to segment it using a pretrained SegFormer model (ADE20K 150 classes).",
|
38 |
+
examples=["1.png", "3.png"],
|
39 |
live=False # <<< ye laga dena
|
40 |
)
|
41 |
|