Spaces:
Sleeping
Sleeping
kernel-luso-comfort
commited on
Commit
·
6e13578
1
Parent(s):
202eff6
Disable flagging option in the BiomedParse demo interface
Browse files
main.py
CHANGED
@@ -102,6 +102,7 @@ def run():
|
|
102 |
outputs=gr.Image(type="pil", label="Prediction"),
|
103 |
title="BiomedParse Demo",
|
104 |
description="Upload a biomedical image and enter prompts (separated by commas) to detect specific features.",
|
|
|
105 |
examples=[
|
106 |
["examples/144DME_as_F.jpeg", "edema"],
|
107 |
["examples/C3_EndoCV2021_00462.jpg", "polyp"],
|
|
|
102 |
outputs=gr.Image(type="pil", label="Prediction"),
|
103 |
title="BiomedParse Demo",
|
104 |
description="Upload a biomedical image and enter prompts (separated by commas) to detect specific features.",
|
105 |
+
allow_flagging=False,
|
106 |
examples=[
|
107 |
["examples/144DME_as_F.jpeg", "edema"],
|
108 |
["examples/C3_EndoCV2021_00462.jpg", "polyp"],
|