SrujayReddy31 commited on
Commit
6759637
·
verified ·
1 Parent(s): c87e681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ iface = gr.Interface(
75
  inputs=gr.Textbox(lines=10, placeholder="Enter clinical notes here..."),
76
  outputs=gr.Label(num_top_classes=7),
77
  examples=examples,
78
- title="MIMIC-IV ICD Code Prediction",
79
  description="Predict ICD code categories based on clinical text using a BERT-based model. The model outputs confidence scores for seven common ICD code categories.",
80
  )
81
 
 
75
  inputs=gr.Textbox(lines=10, placeholder="Enter clinical notes here..."),
76
  outputs=gr.Label(num_top_classes=7),
77
  examples=examples,
78
+ title="MIMIC-IV ICD Code Classification",
79
  description="Predict ICD code categories based on clinical text using a BERT-based model. The model outputs confidence scores for seven common ICD code categories.",
80
  )
81