hafizarslan commited on
Commit
1651a61
·
verified ·
1 Parent(s): f73ffec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["examples/sample1.jpg", "examples/sample2.jpg"] # Example images
39
  )
40
 
41
  if __name__ == "__main__":
 
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", "2.png", "3.png"] # Example images
39
  )
40
 
41
  if __name__ == "__main__":