Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,8 @@ platform = gr.Interface( fn = predict,
|
|
59 |
description="""
|
60 |
Introducing a revolutionary computer-aided detection tool designed to enhance the efficiency of clinicians in detecting pneumothorax in chest X-ray images.
|
61 |
""",
|
62 |
-
allow_flagging="
|
63 |
-
flagging_options=["Wrong detection", "Ambiguous", "Other"],
|
64 |
flagging_callback=hf_writer,
|
65 |
article = """
|
66 |
It is crucial to emphasize that while this tool serves as a valuable research aid,
|
|
|
59 |
description="""
|
60 |
Introducing a revolutionary computer-aided detection tool designed to enhance the efficiency of clinicians in detecting pneumothorax in chest X-ray images.
|
61 |
""",
|
62 |
+
allow_flagging="auto",
|
63 |
+
# flagging_options=["Wrong detection", "Ambiguous", "Other"],
|
64 |
flagging_callback=hf_writer,
|
65 |
article = """
|
66 |
It is crucial to emphasize that while this tool serves as a valuable research aid,
|