delphiclinic commited on
Commit
c1bd244
·
verified ·
1 Parent(s): c9c70ff

Update app.py

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